#B3C96D

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

Shades of Wild Willow #B3C96D

Tints of Wild Willow #B3C96D

Color information

#B3C96D (or 0xB3C96D) is unknown color: approx Wild Willow. HEX triplet: B3, C9 and 6D. RGB value is (179,201,109). Sum of RGB (Red+Green+Blue) = 179+201+109=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C96D is #4C3692. Grayscale: #B8B8B8. Windows color (decimal): -4994707 or 7195059. OLE color: 7195059.

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

Color convert

RGB179201109-
CMYK0.1100.460.21
HSL74.35º46%60.78%-
HSV(B)74.35º45.77%78.82%-
XYZ42.2452.4622.37-
YUV183.9385.71124.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 201 (78.91% from 255) = 41.10%
BLUE value IS 109 (42.97% from 255) = 22.29%
R=36.61%
G=41.10%
B=22.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792011090.1100.460.2174.354660.78
HexB3C96DB02E154a2e3d
Octal26331115513056251125675
Binary1011001111001001110110110110101110101011001010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C96D; }

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

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

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

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

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

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

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

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