#B8CB5C

Color #B8CB5C Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #B8CB5C

Tints of Wild Willow #B8CB5C

Color information

#B8CB5C (or 0xB8CB5C) is unknown color: approx Wild Willow. HEX triplet: B8, CB and 5C. RGB value is (184,203,92). Sum of RGB (Red+Green+Blue) = 184+203+92=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CB5C is #4734A3. Grayscale: #B9B9B9. Windows color (decimal): -4666532 or 6081464. OLE color: 6081464.

HSL color Cylindrical-coordinate representation of color #B8CB5C: hue angle of 70.27º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8CB5C is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB18420392-
CMYK0.0900.550.20
HSL70.27º51.63%57.84%-
HSV(B)70.27º54.68%79.61%-
XYZ43.0553.6718.22-
YUV184.6675.71127.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 203 (79.69% from 255) = 42.38%
BLUE value IS 92 (36.33% from 255) = 19.21%
R=38.41%
G=42.38%
B=19.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184203920.0900.550.2070.2751.6357.84
HexB8CB5C90371446343a
Octal27031313411067241066472
Binary1011100011001011101110010010110111101001000110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CB5C; }

 p { color: rgb(184,203,92); }

 H1.HeaderClassName
 {
   color: #B8CB5C;
 }
 .AnyTagClassName
 {
   color: #B8CB5C;
 }
</style>
background-color css

<style>
 a { background-color: #B8CB5C; }

 a { background-color: rgb(184,203,92); }

 div.DivClassName
 {
   background-color: #B8CB5C;
 }
 .BgClassName
 {
   background-color: #B8CB5C;
 }
</style>
border-color css

<style>
 span { border-color: #B8CB5C; }

 span { border-color: rgb(184,203,92); }

 td.TdClassName
 {
   border-color: #B8CB5C;
 }
 .TagClassName
 {
   border-color: #B8CB5C;
 }
</style>