#B8E094

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

Shades of Sprout #B8E094

Tints of Sprout #B8E094

Color information

#B8E094 (or 0xB8E094) is unknown color: approx Sprout. HEX triplet: B8, E0 and 94. RGB value is (184,224,148). Sum of RGB (Red+Green+Blue) = 184+224+148=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #B8E094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8E094 is #471F6B. Grayscale: #CBCBCB. Windows color (decimal): -4661100 or 9756856. OLE color: 9756856.

HSL color Cylindrical-coordinate representation of color #B8E094: hue angle of 91.58º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8E094 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB184224148-
CMYK0.1800.340.12
HSL91.58º55.07%72.94%-
HSV(B)91.58º33.93%87.84%-
XYZ51.7765.6437.96-
YUV203.3896.75114.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.09%
GREEN value IS 224 (87.89% from 255) = 40.29%
BLUE value IS 148 (58.20% from 255) = 26.62%
R=33.09%
G=40.29%
B=26.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1842241480.1800.340.1291.5855.0772.94
HexB8E09412022C5c3749
Octal270340224220421413467111
Binary101110001110000010010100100100100010110010111001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E094; }

 p { color: rgb(184,224,148); }

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

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

 a { background-color: rgb(184,224,148); }

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

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

 span { border-color: rgb(184,224,148); }

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