#B8DE93

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

Shades of Sprout #B8DE93

Tints of Sprout #B8DE93

Color information

#B8DE93 (or 0xB8DE93) is unknown color: approx Sprout. HEX triplet: B8, DE and 93. RGB value is (184,222,147). Sum of RGB (Red+Green+Blue) = 184+222+147=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DE93 is #47216C. Grayscale: #CACACA. Windows color (decimal): -4661613 or 9690808. OLE color: 9690808.

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

Color convert

RGB184222147-
CMYK0.1700.340.13
HSL90.4º53.19%72.35%-
HSV(B)90.4º33.78%87.06%-
XYZ51.1564.5437.36-
YUV202.0996.91115.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.27%
GREEN value IS 222 (87.11% from 255) = 40.14%
BLUE value IS 147 (57.81% from 255) = 26.58%
R=33.27%
G=40.14%
B=26.58%

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
Decimal1842221470.1700.340.1390.453.1972.35
HexB8DE9311022D5a3548
Octal270336223210421513265110
Binary101110001101111010010011100010100010110110110101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DE93; }

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

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

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

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

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

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

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

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