#B8C364

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

Shades of Wild Willow #B8C364

Tints of Wild Willow #B8C364

Color information

#B8C364 (or 0xB8C364) is unknown color: approx Wild Willow. HEX triplet: B8, C3 and 64. RGB value is (184,195,100). Sum of RGB (Red+Green+Blue) = 184+195+100=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C364 is #473C9B. Grayscale: #B5B5B5. Windows color (decimal): -4668572 or 6603704. OLE color: 6603704.

HSL color Cylindrical-coordinate representation of color #B8C364: hue angle of 66.95º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8C364 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB184195100-
CMYK0.0600.490.24
HSL66.95º44.19%57.84%-
HSV(B)66.95º48.72%76.47%-
XYZ41.5850.1419.54-
YUV180.8882.36130.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 195 (76.56% from 255) = 40.71%
BLUE value IS 100 (39.45% from 255) = 20.88%
R=38.41%
G=40.71%
B=20.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841951000.0600.490.2466.9544.1957.84
HexB8C364603118432c3a
Octal2703031446061301035472
Binary101110001100001111001001100110001110001000011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C364; }

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

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

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

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

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

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

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

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