#B2D36A

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

Shades of Wild Willow #B2D36A

Tints of Wild Willow #B2D36A

Color information

#B2D36A (or 0xB2D36A) is unknown color: approx Wild Willow. HEX triplet: B2, D3 and 6A. RGB value is (178,211,106). Sum of RGB (Red+Green+Blue) = 178+211+106=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D36A is #4D2C95. Grayscale: #BDBDBD. Windows color (decimal): -5057686 or 7001010. OLE color: 7001010.

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

Color convert

RGB178211106-
CMYK0.1600.500.17
HSL78.86º54.4%62.16%-
HSV(B)78.86º49.76%82.75%-
XYZ44.2657.0922.32-
YUV189.1681.07120.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 211 (82.81% from 255) = 42.63%
BLUE value IS 106 (41.80% from 255) = 21.41%
R=35.96%
G=42.63%
B=21.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1782111060.1600.500.1778.8654.462.16
HexB2D36A10032114f363e
Octal26232315220062211176676
Binary10110010110100111101010100000110010100011001111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D36A; }

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

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

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

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

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

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

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

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