#B8CB60

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

Shades of Wild Willow #B8CB60

Tints of Wild Willow #B8CB60

Color information

#B8CB60 (or 0xB8CB60) is unknown color: approx Wild Willow. HEX triplet: B8, CB and 60. RGB value is (184,203,96). Sum of RGB (Red+Green+Blue) = 184+203+96=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CB60 is #47349F. Grayscale: #B9B9B9. Windows color (decimal): -4666528 or 6343608. OLE color: 6343608.

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

Color convert

RGB18420396-
CMYK0.0900.530.20
HSL70.65º50.71%58.63%-
HSV(B)70.65º52.71%79.61%-
XYZ43.2353.7519.16-
YUV185.1277.71127.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 203 (79.69% from 255) = 42.03%
BLUE value IS 96 (37.89% from 255) = 19.88%
R=38.10%
G=42.03%
B=19.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184203960.0900.530.2070.6550.7158.63
HexB8CB6090351447333b
Octal27031314011065241076373
Binary1011100011001011110000010010110101101001000111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CB60; }

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

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

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

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

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

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

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

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