#B6DA96

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

Shades of Sprout #B6DA96

Tints of Sprout #B6DA96

Color information

#B6DA96 (or 0xB6DA96) is unknown color: approx Sprout. HEX triplet: B6, DA and 96. RGB value is (182,218,150). Sum of RGB (Red+Green+Blue) = 182+218+150=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #B6DA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DA96 is #492569. Grayscale: #C7C7C7. Windows color (decimal): -4793706 or 9886390. OLE color: 9886390.

HSL color Cylindrical-coordinate representation of color #B6DA96: hue angle of 91.76º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B6DA96 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB182218150-
CMYK0.1700.310.15
HSL91.76º47.89%72.16%-
HSV(B)91.76º31.19%85.49%-
XYZ49.8762.2938.25-
YUV199.48100.07115.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.09%
GREEN value IS 218 (85.55% from 255) = 39.64%
BLUE value IS 150 (58.98% from 255) = 27.27%
R=33.09%
G=39.64%
B=27.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822181500.1700.310.1591.7647.8972.16
HexB6DA961101FF5c3048
Octal266332226210371713460110
Binary10110110110110101001011010001011111111110111001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DA96; }

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

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

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

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

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

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

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

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