#B5C46F

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

Shades of Wild Willow #B5C46F

Tints of Wild Willow #B5C46F

Color information

#B5C46F (or 0xB5C46F) is unknown color: approx Wild Willow. HEX triplet: B5, C4 and 6F. RGB value is (181,196,111). Sum of RGB (Red+Green+Blue) = 181+196+111=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C46F is #4A3B90. Grayscale: #B6B6B6. Windows color (decimal): -4864913 or 7324853. OLE color: 7324853.

HSL color Cylindrical-coordinate representation of color #B5C46F: hue angle of 70.59º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5C46F is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB181196111-
CMYK0.0800.430.23
HSL70.59º41.87%60.2%-
HSV(B)70.59º43.37%76.86%-
XYZ41.6750.4522.58-
YUV181.8288.03127.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.09%
GREEN value IS 196 (76.95% from 255) = 40.16%
BLUE value IS 111 (43.75% from 255) = 22.75%
R=37.09%
G=40.16%
B=22.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811961110.0800.430.2370.5941.8760.2
HexB5C46F802B17472a3c
Octal26530415710053271075274
Binary1011010111000100110111110000101011101111000111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C46F; }

 p { color: rgb(181,196,111); }

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

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

 a { background-color: rgb(181,196,111); }

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

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

 span { border-color: rgb(181,196,111); }

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