#B9C468

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

Shades of Wild Willow #B9C468

Tints of Wild Willow #B9C468

Color information

#B9C468 (or 0xB9C468) is unknown color: approx Wild Willow. HEX triplet: B9, C4 and 68. RGB value is (185,196,104). Sum of RGB (Red+Green+Blue) = 185+196+104=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C468 is #463B97. Grayscale: #B6B6B6. Windows color (decimal): -4602776 or 6866105. OLE color: 6866105.

HSL color Cylindrical-coordinate representation of color #B9C468: hue angle of 67.17º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B9C468 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB185196104-
CMYK0.0600.470.23
HSL67.17º43.81%58.82%-
HSV(B)67.17º46.94%76.86%-
XYZ42.2550.7920.67-
YUV182.2283.86129.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 196 (76.95% from 255) = 40.41%
BLUE value IS 104 (41.02% from 255) = 21.44%
R=38.14%
G=40.41%
B=21.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851961040.0600.470.2367.1743.8158.82
HexB9C468602F17432c3b
Octal2713041506057271035473
Binary101110011100010011010001100101111101111000011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C468; }

 p { color: rgb(185,196,104); }

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

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

 a { background-color: rgb(185,196,104); }

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

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

 span { border-color: rgb(185,196,104); }

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