#B9D993

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

Shades of Sprout #B9D993

Tints of Sprout #B9D993

Color information

#B9D993 (or 0xB9D993) is unknown color: approx Sprout. HEX triplet: B9, D9 and 93. RGB value is (185,217,147). Sum of RGB (Red+Green+Blue) = 185+217+147=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D993 is #46266C. Grayscale: #C7C7C7. Windows color (decimal): -4597357 or 9689529. OLE color: 9689529.

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

Color convert

RGB185217147-
CMYK0.1500.320.15
HSL87.43º47.95%71.37%-
HSV(B)87.43º32.26%85.1%-
XYZ50.0962.0536.94-
YUV199.4598.4117.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.70%
GREEN value IS 217 (85.16% from 255) = 39.53%
BLUE value IS 147 (57.81% from 255) = 26.78%
R=33.70%
G=39.53%
B=26.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852171470.1500.320.1587.4347.9571.37
HexB9D993F020F573047
Octal271331223170401712760107
Binary10111001110110011001001111110100000111110101111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D993; }

 p { color: rgb(185,217,147); }

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

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

 a { background-color: rgb(185,217,147); }

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

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

 span { border-color: rgb(185,217,147); }

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