#B8C864

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

Shades of Wild Willow #B8C864

Tints of Wild Willow #B8C864

Color information

#B8C864 (or 0xB8C864) is unknown color: approx Wild Willow. HEX triplet: B8, C8 and 64. RGB value is (184,200,100). Sum of RGB (Red+Green+Blue) = 184+200+100=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C864 is #47379B. Grayscale: #B8B8B8. Windows color (decimal): -4667292 or 6604984. OLE color: 6604984.

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

Color convert

RGB184200100-
CMYK0.0800.50.22
HSL69.6º47.62%58.82%-
HSV(B)69.6º50%78.43%-
XYZ42.7252.4219.92-
YUV183.8280.7128.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.02%
GREEN value IS 200 (78.52% from 255) = 41.32%
BLUE value IS 100 (39.45% from 255) = 20.66%
R=38.02%
G=41.32%
B=20.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1842001000.0800.50.2269.647.6258.82
HexB8C86480321646303b
Octal27031014410062261066073
Binary1011100011001000110010010000110010101101000110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C864; }

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

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

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

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

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

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

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

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