#B4D36F

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

Shades of Wild Willow #B4D36F

Tints of Wild Willow #B4D36F

Color information

#B4D36F (or 0xB4D36F) is unknown color: approx Wild Willow. HEX triplet: B4, D3 and 6F. RGB value is (180,211,111). Sum of RGB (Red+Green+Blue) = 180+211+111=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D36F is #4B2C90. Grayscale: #BEBEBE. Windows color (decimal): -4926609 or 7328692. OLE color: 7328692.

HSL color Cylindrical-coordinate representation of color #B4D36F: hue angle of 78.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4D36F is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB180211111-
CMYK0.1500.470.17
HSL78.6º53.19%63.14%-
HSV(B)78.6º47.39%82.75%-
XYZ44.9957.4423.75-
YUV190.3383.23120.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 211 (82.81% from 255) = 42.03%
BLUE value IS 111 (43.75% from 255) = 22.11%
R=35.86%
G=42.03%
B=22.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1802111110.1500.470.1778.653.1963.14
HexB4D36FF02F114f353f
Octal26432315717057211176577
Binary1011010011010011110111111110101111100011001111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D36F; }

 p { color: rgb(180,211,111); }

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

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

 a { background-color: rgb(180,211,111); }

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

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

 span { border-color: rgb(180,211,111); }

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