#B9DF93

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

Shades of Sprout #B9DF93

Tints of Sprout #B9DF93

Color information

#B9DF93 (or 0xB9DF93) is unknown color: approx Sprout. HEX triplet: B9, DF and 93. RGB value is (185,223,147). Sum of RGB (Red+Green+Blue) = 185+223+147=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DF93 is #46206C. Grayscale: #CBCBCB. Windows color (decimal): -4595821 or 9691065. OLE color: 9691065.

HSL color Cylindrical-coordinate representation of color #B9DF93: hue angle of 90º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9DF93 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB185223147-
CMYK0.1700.340.13
HSL90º54.29%72.55%-
HSV(B)90º34.08%87.45%-
XYZ51.6665.237.47-
YUV202.9796.41115.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.33%
GREEN value IS 223 (87.5% from 255) = 40.18%
BLUE value IS 147 (57.81% from 255) = 26.49%
R=33.33%
G=40.18%
B=26.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852231470.1700.340.139054.2972.55
HexB9DF9311022D5a3649
Octal271337223210421513266111
Binary101110011101111110010011100010100010110110110101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DF93; }

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

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

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

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

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

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

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

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