#B2D46A

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

Shades of Wild Willow #B2D46A

Tints of Wild Willow #B2D46A

Color information

#B2D46A (or 0xB2D46A) is unknown color: approx Wild Willow. HEX triplet: B2, D4 and 6A. RGB value is (178,212,106). Sum of RGB (Red+Green+Blue) = 178+212+106=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D46A is #4D2B95. Grayscale: #BEBEBE. Windows color (decimal): -5057430 or 7001266. OLE color: 7001266.

HSL color Cylindrical-coordinate representation of color #B2D46A: hue angle of 79.25º degrees, saturation: 0.55, 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 #B2D46A is Cyan = 0.16, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB178212106-
CMYK0.1600.50.17
HSL79.25º55.21%62.35%-
HSV(B)79.25º50%83.14%-
XYZ44.5157.5922.41-
YUV189.7580.74119.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.89%
GREEN value IS 212 (83.20% from 255) = 42.74%
BLUE value IS 106 (41.80% from 255) = 21.37%
R=35.89%
G=42.74%
B=21.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1782121060.1600.50.1779.2555.2162.35
HexB2D46A10032114f373e
Octal26232415220062211176776
Binary10110010110101001101010100000110010100011001111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D46A; }

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

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

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

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

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

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

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

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