#B6D796

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

Shades of Sprout #B6D796

Tints of Sprout #B6D796

Color information

#B6D796 (or 0xB6D796) is unknown color: approx Sprout. HEX triplet: B6, D7 and 96. RGB value is (182,215,150). Sum of RGB (Red+Green+Blue) = 182+215+150=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D796 is #492869. Grayscale: #C5C5C5. Windows color (decimal): -4794474 or 9885622. OLE color: 9885622.

HSL color Cylindrical-coordinate representation of color #B6D796: hue angle of 90.46º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6D796 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB182215150-
CMYK0.1500.300.16
HSL90.46º44.83%71.57%-
HSV(B)90.46º30.23%84.31%-
XYZ49.160.7537.99-
YUV197.72101.07116.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.27%
GREEN value IS 215 (84.38% from 255) = 39.31%
BLUE value IS 150 (58.98% from 255) = 27.42%
R=33.27%
G=39.31%
B=27.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822151500.1500.300.1690.4644.8371.57
HexB6D796F01E105a2d48
Octal266327226170362013255110
Binary10110110110101111001011011110111101000010110101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D796; }

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

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

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

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

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

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

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

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