#B9DF90

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

Shades of Sprout #B9DF90

Tints of Sprout #B9DF90

Color information

#B9DF90 (or 0xB9DF90) is unknown color: approx Sprout. HEX triplet: B9, DF and 90. RGB value is (185,223,144). Sum of RGB (Red+Green+Blue) = 185+223+144=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DF90 is #46206F. Grayscale: #CACACA. Windows color (decimal): -4595824 or 9494457. OLE color: 9494457.

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

Color convert

RGB185223144-
CMYK0.1700.350.13
HSL88.86º55.24%71.96%-
HSV(B)88.86º35.43%87.45%-
XYZ51.4365.136.24-
YUV202.6394.91115.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.51%
GREEN value IS 223 (87.5% from 255) = 40.40%
BLUE value IS 144 (56.64% from 255) = 26.09%
R=33.51%
G=40.40%
B=26.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852231440.1700.350.1388.8655.2471.96
HexB9DF9011023D593748
Octal271337220210431513167110
Binary101110011101111110010000100010100011110110110011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DF90; }

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

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

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

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

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

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

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

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