#B6D193

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

Shades of Sprout #B6D193

Tints of Sprout #B6D193

Color information

#B6D193 (or 0xB6D193) is unknown color: approx Sprout. HEX triplet: B6, D1 and 93. RGB value is (182,209,147). Sum of RGB (Red+Green+Blue) = 182+209+147=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D193 is #492E6C. Grayscale: #C2C2C2. Windows color (decimal): -4796013 or 9687478. OLE color: 9687478.

HSL color Cylindrical-coordinate representation of color #B6D193: hue angle of 86.13º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6D193 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB182209147-
CMYK0.1300.300.18
HSL86.13º40.26%69.8%-
HSV(B)86.13º29.67%81.96%-
XYZ47.3657.6536.24-
YUV193.86101.55119.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.83%
GREEN value IS 209 (82.03% from 255) = 38.85%
BLUE value IS 147 (57.81% from 255) = 27.32%
R=33.83%
G=38.85%
B=27.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822091470.1300.300.1886.1340.2669.8
HexB6D193D01E12562846
Octal266321223150362212650106
Binary10110110110100011001001111010111101001010101101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D193; }

 p { color: rgb(182,209,147); }

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

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

 a { background-color: rgb(182,209,147); }

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

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

 span { border-color: rgb(182,209,147); }

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