#B6D994

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

Shades of Sprout #B6D994

Tints of Sprout #B6D994

Color information

#B6D994 (or 0xB6D994) is unknown color: approx Sprout. HEX triplet: B6, D9 and 94. RGB value is (182,217,148). Sum of RGB (Red+Green+Blue) = 182+217+148=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D994 is #49266B. Grayscale: #C6C6C6. Windows color (decimal): -4793964 or 9755062. OLE color: 9755062.

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

Color convert

RGB182217148-
CMYK0.1600.320.15
HSL90.43º47.59%71.57%-
HSV(B)90.43º31.8%85.1%-
XYZ49.4561.7137.32-
YUV198.6799.4116.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.27%
GREEN value IS 217 (85.16% from 255) = 39.67%
BLUE value IS 148 (58.20% from 255) = 27.06%
R=33.27%
G=39.67%
B=27.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822171480.1600.320.1590.4347.5971.57
HexB6D99410020F5a3048
Octal266331224200401713260110
Binary101101101101100110010100100000100000111110110101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D994; }

 p { color: rgb(182,217,148); }

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

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

 a { background-color: rgb(182,217,148); }

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

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

 span { border-color: rgb(182,217,148); }

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