#B8C96C

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

Shades of Wild Willow #B8C96C

Tints of Wild Willow #B8C96C

Color information

#B8C96C (or 0xB8C96C) is unknown color: approx Wild Willow. HEX triplet: B8, C9 and 6C. RGB value is (184,201,108). Sum of RGB (Red+Green+Blue) = 184+201+108=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C96C is #473693. Grayscale: #B9B9B9. Windows color (decimal): -4667028 or 7129528. OLE color: 7129528.

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

Color convert

RGB184201108-
CMYK0.0800.460.21
HSL70.97º46.27%60.59%-
HSV(B)70.97º46.27%78.82%-
XYZ43.3653.0522.14-
YUV185.3284.37127.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.32%
GREEN value IS 201 (78.91% from 255) = 40.77%
BLUE value IS 108 (42.58% from 255) = 21.91%
R=37.32%
G=40.77%
B=21.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1842011080.0800.460.2170.9746.2760.59
HexB8C96C802E15472e3d
Octal27031115410056251075675
Binary1011100011001001110110010000101110101011000111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C96C; }

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

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

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

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

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

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

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

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