#B6D49A

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

Shades of Sprout #B6D49A

Tints of Sprout #B6D49A

Color information

#B6D49A (or 0xB6D49A) is unknown color: approx Sprout. HEX triplet: B6, D4 and 9A. RGB value is (182,212,154). Sum of RGB (Red+Green+Blue) = 182+212+154=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 212 - color contains mainly: green. Hex color #B6D49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D49A is #492B65. Grayscale: #C4C4C4. Windows color (decimal): -4795238 or 10146998. OLE color: 10146998.

HSL color Cylindrical-coordinate representation of color #B6D49A: hue angle of 91.03º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6D49A is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB182212154-
CMYK0.1400.270.17
HSL91.03º40.28%71.76%-
HSV(B)91.03º27.36%83.14%-
XYZ48.6759.3739.47-
YUV196.42104.06117.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.21%
GREEN value IS 212 (83.20% from 255) = 38.69%
BLUE value IS 154 (60.55% from 255) = 28.10%
R=33.21%
G=38.69%
B=28.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1822121540.1400.270.1791.0340.2871.76
HexB6D49AE01B115b2848
Octal266324232160332113350110
Binary10110110110101001001101011100110111000110110111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D49A; }

 p { color: rgb(182,212,154); }

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

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

 a { background-color: rgb(182,212,154); }

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

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

 span { border-color: rgb(182,212,154); }

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