#B2D16A

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

Shades of Wild Willow #B2D16A

Tints of Wild Willow #B2D16A

Color information

#B2D16A (or 0xB2D16A) is unknown color: approx Wild Willow. HEX triplet: B2, D1 and 6A. RGB value is (178,209,106). Sum of RGB (Red+Green+Blue) = 178+209+106=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D16A is #4D2E95. Grayscale: #BCBCBC. Windows color (decimal): -5058198 or 7000498. OLE color: 7000498.

HSL color Cylindrical-coordinate representation of color #B2D16A: hue angle of 78.06º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2D16A is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB178209106-
CMYK0.1500.490.18
HSL78.06º52.82%61.76%-
HSV(B)78.06º49.28%81.96%-
XYZ43.7656.1122.16-
YUV187.9981.73120.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.11%
GREEN value IS 209 (82.03% from 255) = 42.39%
BLUE value IS 106 (41.80% from 255) = 21.50%
R=36.11%
G=42.39%
B=21.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1782091060.1500.490.1878.0652.8261.76
HexB2D16AF031124e353e
Octal26232115217061221166576
Binary1011001011010001110101011110110001100101001110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D16A; }

 p { color: rgb(178,209,106); }

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

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

 a { background-color: rgb(178,209,106); }

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

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

 span { border-color: rgb(178,209,106); }

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