#B9C16D

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

Shades of Wild Willow #B9C16D

Tints of Wild Willow #B9C16D

Color information

#B9C16D (or 0xB9C16D) is unknown color: approx Wild Willow. HEX triplet: B9, C1 and 6D. RGB value is (185,193,109). Sum of RGB (Red+Green+Blue) = 185+193+109=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C16D is #463E92. Grayscale: #B5B5B5. Windows color (decimal): -4603539 or 7193017. OLE color: 7193017.

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

Color convert

RGB185193109-
CMYK0.0400.440.24
HSL65.71º40.38%59.22%-
HSV(B)65.71º43.52%75.69%-
XYZ41.8449.5621.83-
YUV181.0387.35130.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 193 (75.78% from 255) = 39.63%
BLUE value IS 109 (42.97% from 255) = 22.38%
R=37.99%
G=39.63%
B=22.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851931090.0400.440.2465.7140.3859.22
HexB9C16D402C1842283b
Octal2713011554054301025073
Binary101110011100000111011011000101100110001000010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C16D; }

 p { color: rgb(185,193,109); }

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

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

 a { background-color: rgb(185,193,109); }

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

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

 span { border-color: rgb(185,193,109); }

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