#B6D36A

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

Shades of Wild Willow #B6D36A

Tints of Wild Willow #B6D36A

Color information

#B6D36A (or 0xB6D36A) is unknown color: approx Wild Willow. HEX triplet: B6, D3 and 6A. RGB value is (182,211,106). Sum of RGB (Red+Green+Blue) = 182+211+106=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D36A is #492C95. Grayscale: #BEBEBE. Windows color (decimal): -4795542 or 7001014. OLE color: 7001014.

HSL color Cylindrical-coordinate representation of color #B6D36A: hue angle of 76.57º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B6D36A is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB182211106-
CMYK0.1400.500.17
HSL76.57º54.4%62.16%-
HSV(B)76.57º49.76%82.75%-
XYZ45.1957.5722.37-
YUV190.3680.39122.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 211 (82.81% from 255) = 42.28%
BLUE value IS 106 (41.80% from 255) = 21.24%
R=36.47%
G=42.28%
B=21.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1822111060.1400.500.1776.5754.462.16
HexB6D36AE032114d363e
Octal26632315216062211156676
Binary1011011011010011110101011100110010100011001101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D36A; }

 p { color: rgb(182,211,106); }

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

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

 a { background-color: rgb(182,211,106); }

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

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

 span { border-color: rgb(182,211,106); }

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