#B8CB72

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

Shades of Wild Willow #B8CB72

Tints of Wild Willow #B8CB72

Color information

#B8CB72 (or 0xB8CB72) is unknown color: approx Wild Willow. HEX triplet: B8, CB and 72. RGB value is (184,203,114). Sum of RGB (Red+Green+Blue) = 184+203+114=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CB72 is #47348D. Grayscale: #BBBBBB. Windows color (decimal): -4666510 or 7523256. OLE color: 7523256.

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

Color convert

RGB184203114-
CMYK0.0900.440.20
HSL72.81º46.11%62.16%-
HSV(B)72.81º43.84%79.61%-
XYZ44.1654.1224.04-
YUV187.1786.71125.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.73%
GREEN value IS 203 (79.69% from 255) = 40.52%
BLUE value IS 114 (44.92% from 255) = 22.75%
R=36.73%
G=40.52%
B=22.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1842031140.0900.440.2072.8146.1162.16
HexB8CB72902C14492e3e
Octal27031316211054241115676
Binary1011100011001011111001010010101100101001001001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CB72; }

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

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

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

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

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

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

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

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