#B3C96E

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

Shades of Wild Willow #B3C96E

Tints of Wild Willow #B3C96E

Color information

#B3C96E (or 0xB3C96E) is unknown color: approx Wild Willow. HEX triplet: B3, C9 and 6E. RGB value is (179,201,110). Sum of RGB (Red+Green+Blue) = 179+201+110=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C96E is #4C3691. Grayscale: #B8B8B8. Windows color (decimal): -4994706 or 7260595. OLE color: 7260595.

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

Color convert

RGB179201110-
CMYK0.1100.450.21
HSL74.51º45.73%60.98%-
HSV(B)74.51º45.27%78.82%-
XYZ42.2952.4822.65-
YUV184.0586.21124.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.53%
GREEN value IS 201 (78.91% from 255) = 41.02%
BLUE value IS 110 (43.36% from 255) = 22.45%
R=36.53%
G=41.02%
B=22.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792011100.1100.450.2174.5145.7360.98
HexB3C96EB02D154b2e3d
Octal26331115613055251135675
Binary1011001111001001110111010110101101101011001011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C96E; }

 p { color: rgb(179,201,110); }

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

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

 a { background-color: rgb(179,201,110); }

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

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

 span { border-color: rgb(179,201,110); }

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