#B6DC96

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

Shades of Sprout #B6DC96

Tints of Sprout #B6DC96

Color information

#B6DC96 (or 0xB6DC96) is unknown color: approx Sprout. HEX triplet: B6, DC and 96. RGB value is (182,220,150). Sum of RGB (Red+Green+Blue) = 182+220+150=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DC96 is #492369. Grayscale: #C8C8C8. Windows color (decimal): -4793194 or 9886902. OLE color: 9886902.

HSL color Cylindrical-coordinate representation of color #B6DC96: hue angle of 92.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6DC96 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB182220150-
CMYK0.1700.320.14
HSL92.57º50%72.55%-
HSV(B)92.57º31.82%86.27%-
XYZ50.3963.3338.42-
YUV200.6699.41114.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.97%
GREEN value IS 220 (86.33% from 255) = 39.86%
BLUE value IS 150 (58.98% from 255) = 27.17%
R=32.97%
G=39.86%
B=27.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822201500.1700.320.1492.575072.55
HexB6DC9611020E5d3249
Octal266334226210401613562111
Binary101101101101110010010110100010100000111010111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DC96; }

 p { color: rgb(182,220,150); }

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

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

 a { background-color: rgb(182,220,150); }

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

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

 span { border-color: rgb(182,220,150); }

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