#B4C96E

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

Shades of Wild Willow #B4C96E

Tints of Wild Willow #B4C96E

Color information

#B4C96E (or 0xB4C96E) is unknown color: approx Wild Willow. HEX triplet: B4, C9 and 6E. RGB value is (180,201,110). Sum of RGB (Red+Green+Blue) = 180+201+110=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C96E is #4B3691. Grayscale: #B8B8B8. Windows color (decimal): -4929170 or 7260596. OLE color: 7260596.

HSL color Cylindrical-coordinate representation of color #B4C96E: hue angle of 73.85º 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 #B4C96E is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB180201110-
CMYK0.1000.450.21
HSL73.85º45.73%60.98%-
HSV(B)73.85º45.27%78.82%-
XYZ42.5252.622.66-
YUV184.3586.04124.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 201 (78.91% from 255) = 40.94%
BLUE value IS 110 (43.36% from 255) = 22.40%
R=36.66%
G=40.94%
B=22.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802011100.1000.450.2173.8545.7360.98
HexB4C96EA02D154a2e3d
Octal26431115612055251125675
Binary1011010011001001110111010100101101101011001010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C96E; }

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

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

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

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

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

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

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

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