#B9C36A

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

Shades of Wild Willow #B9C36A

Tints of Wild Willow #B9C36A

Color information

#B9C36A (or 0xB9C36A) is unknown color: approx Wild Willow. HEX triplet: B9, C3 and 6A. RGB value is (185,195,106). Sum of RGB (Red+Green+Blue) = 185+195+106=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C36A is #463C95. Grayscale: #B6B6B6. Windows color (decimal): -4603030 or 6996921. OLE color: 6996921.

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

Color convert

RGB185195106-
CMYK0.0500.460.24
HSL66.74º42.58%59.02%-
HSV(B)66.74º45.64%76.47%-
XYZ42.1250.3921.14-
YUV181.8685.19130.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.07%
GREEN value IS 195 (76.56% from 255) = 40.12%
BLUE value IS 106 (41.80% from 255) = 21.81%
R=38.07%
G=40.12%
B=21.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851951060.0500.460.2466.7442.5859.02
HexB9C36A502E18432b3b
Octal2713031525056301035373
Binary101110011100001111010101010101110110001000011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C36A; }

 p { color: rgb(185,195,106); }

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

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

 a { background-color: rgb(185,195,106); }

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

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

 span { border-color: rgb(185,195,106); }

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