#B8DE90

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

Shades of Sprout #B8DE90

Tints of Sprout #B8DE90

Color information

#B8DE90 (or 0xB8DE90) is unknown color: approx Sprout. HEX triplet: B8, DE and 90. RGB value is (184,222,144). Sum of RGB (Red+Green+Blue) = 184+222+144=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DE90 is #47216F. Grayscale: #CACACA. Windows color (decimal): -4661616 or 9494200. OLE color: 9494200.

HSL color Cylindrical-coordinate representation of color #B8DE90: hue angle of 89.23º degrees, saturation: 0.54, 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 #B8DE90 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB184222144-
CMYK0.1700.350.13
HSL89.23º54.17%71.76%-
HSV(B)89.23º35.14%87.06%-
XYZ50.9264.4536.14-
YUV201.7595.41115.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.45%
GREEN value IS 222 (87.11% from 255) = 40.36%
BLUE value IS 144 (56.64% from 255) = 26.18%
R=33.45%
G=40.36%
B=26.18%

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
Decimal1842221440.1700.350.1389.2354.1771.76
HexB8DE9011023D593648
Octal270336220210431513166110
Binary101110001101111010010000100010100011110110110011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DE90; }

 p { color: rgb(184,222,144); }

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

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

 a { background-color: rgb(184,222,144); }

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

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

 span { border-color: rgb(184,222,144); }

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