#B8C964

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

Shades of Wild Willow #B8C964

Tints of Wild Willow #B8C964

Color information

#B8C964 (or 0xB8C964) is unknown color: approx Wild Willow. HEX triplet: B8, C9 and 64. RGB value is (184,201,100). Sum of RGB (Red+Green+Blue) = 184+201+100=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C964 is #47369B. Grayscale: #B8B8B8. Windows color (decimal): -4667036 or 6605240. OLE color: 6605240.

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

Color convert

RGB184201100-
CMYK0.0800.500.21
HSL70.1º48.33%59.02%-
HSV(B)70.1º50.25%78.82%-
XYZ42.9552.8820-
YUV184.480.37127.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.94%
GREEN value IS 201 (78.91% from 255) = 41.44%
BLUE value IS 100 (39.45% from 255) = 20.62%
R=37.94%
G=41.44%
B=20.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1842011000.0800.500.2170.148.3359.02
HexB8C96480321546303b
Octal27031114410062251066073
Binary1011100011001001110010010000110010101011000110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C964; }

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

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

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

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

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

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

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

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