#B8CB5E

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

Shades of Wild Willow #B8CB5E

Tints of Wild Willow #B8CB5E

Color information

#B8CB5E (or 0xB8CB5E) is unknown color: approx Wild Willow. HEX triplet: B8, CB and 5E. RGB value is (184,203,94). Sum of RGB (Red+Green+Blue) = 184+203+94=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CB5E is #4734A1. Grayscale: #B9B9B9. Windows color (decimal): -4666530 or 6212536. OLE color: 6212536.

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

Color convert

RGB18420394-
CMYK0.0900.540.20
HSL70.46º51.17%58.24%-
HSV(B)70.46º53.69%79.61%-
XYZ43.1453.7118.68-
YUV184.8976.71127.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.25%
GREEN value IS 203 (79.69% from 255) = 42.20%
BLUE value IS 94 (37.11% from 255) = 19.54%
R=38.25%
G=42.20%
B=19.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184203940.0900.540.2070.4651.1758.24
HexB8CB5E90361446333a
Octal27031313611066241066372
Binary1011100011001011101111010010110110101001000110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CB5E; }

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

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

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

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

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

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

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

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