#B6D56E

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

Shades of Wild Willow #B6D56E

Tints of Wild Willow #B6D56E

Color information

#B6D56E (or 0xB6D56E) is unknown color: approx Wild Willow. HEX triplet: B6, D5 and 6E. RGB value is (182,213,110). Sum of RGB (Red+Green+Blue) = 182+213+110=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D56E is #492A91. Grayscale: #C0C0C0. Windows color (decimal): -4795026 or 7263670. OLE color: 7263670.

HSL color Cylindrical-coordinate representation of color #B6D56E: hue angle of 78.06º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B6D56E is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB182213110-
CMYK0.1500.480.16
HSL78.06º55.08%63.33%-
HSV(B)78.06º48.36%83.53%-
XYZ45.958.6623.66-
YUV191.9981.73120.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 213 (83.59% from 255) = 42.18%
BLUE value IS 110 (43.36% from 255) = 21.78%
R=36.04%
G=42.18%
B=21.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822131100.1500.480.1678.0655.0863.33
HexB6D56EF030104e373f
Octal26632515617060201166777
Binary1011011011010101110111011110110000100001001110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D56E; }

 p { color: rgb(182,213,110); }

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

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

 a { background-color: rgb(182,213,110); }

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

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

 span { border-color: rgb(182,213,110); }

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