#B9DD93

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

Shades of Sprout #B9DD93

Tints of Sprout #B9DD93

Color information

#B9DD93 (or 0xB9DD93) is unknown color: approx Sprout. HEX triplet: B9, DD and 93. RGB value is (185,221,147). Sum of RGB (Red+Green+Blue) = 185+221+147=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DD93 is #46226C. Grayscale: #CACACA. Windows color (decimal): -4596333 or 9690553. OLE color: 9690553.

HSL color Cylindrical-coordinate representation of color #B9DD93: hue angle of 89.19º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9DD93 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB185221147-
CMYK0.1600.330.13
HSL89.19º52.11%72.16%-
HSV(B)89.19º33.48%86.67%-
XYZ51.1364.1337.29-
YUV201.897.07116.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 221 (86.72% from 255) = 39.96%
BLUE value IS 147 (57.81% from 255) = 26.58%
R=33.45%
G=39.96%
B=26.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852211470.1600.330.1389.1952.1172.16
HexB9DD9310021D593448
Octal271335223200411513164110
Binary101110011101110110010011100000100001110110110011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DD93; }

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

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

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

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

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

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

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

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