#B8C85D

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

Shades of Wild Willow #B8C85D

Tints of Wild Willow #B8C85D

Color information

#B8C85D (or 0xB8C85D) is unknown color: approx Wild Willow. HEX triplet: B8, C8 and 5D. RGB value is (184,200,93). Sum of RGB (Red+Green+Blue) = 184+200+93=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C85D is #4737A2. Grayscale: #B7B7B7. Windows color (decimal): -4667299 or 6146232. OLE color: 6146232.

HSL color Cylindrical-coordinate representation of color #B8C85D: hue angle of 68.97º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8C85D is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB18420093-
CMYK0.0800.540.22
HSL68.97º49.31%57.45%-
HSV(B)68.97º53.5%78.43%-
XYZ42.452.2918.21-
YUV183.0277.2128.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.57%
GREEN value IS 200 (78.52% from 255) = 41.93%
BLUE value IS 93 (36.72% from 255) = 19.50%
R=38.57%
G=41.93%
B=19.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal184200930.0800.540.2268.9749.3157.45
HexB8C85D803616453139
Octal27031013510066261056171
Binary1011100011001000101110110000110110101101000101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C85D; }

 p { color: rgb(184,200,93); }

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

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

 a { background-color: rgb(184,200,93); }

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

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

 span { border-color: rgb(184,200,93); }

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