#B6DB97

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

Shades of Sprout #B6DB97

Tints of Sprout #B6DB97

Color information

#B6DB97 (or 0xB6DB97) is unknown color: approx Sprout. HEX triplet: B6, DB and 97. RGB value is (182,219,151). Sum of RGB (Red+Green+Blue) = 182+219+151=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DB97 is #492468. Grayscale: #C8C8C8. Windows color (decimal): -4793449 or 9952182. OLE color: 9952182.

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

Color convert

RGB182219151-
CMYK0.1700.310.14
HSL92.65º48.57%72.55%-
HSV(B)92.65º31.05%85.88%-
XYZ50.2162.8438.76-
YUV200.18100.24115.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.97%
GREEN value IS 219 (85.94% from 255) = 39.67%
BLUE value IS 151 (59.38% from 255) = 27.36%
R=32.97%
G=39.67%
B=27.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822191510.1700.310.1492.6548.5772.55
HexB6DB971101FE5d3149
Octal266333227210371613561111
Binary10110110110110111001011110001011111111010111011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DB97; }

 p { color: rgb(182,219,151); }

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

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

 a { background-color: rgb(182,219,151); }

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

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

 span { border-color: rgb(182,219,151); }

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