#B8D994

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

Shades of Sprout #B8D994

Tints of Sprout #B8D994

Color information

#B8D994 (or 0xB8D994) is unknown color: approx Sprout. HEX triplet: B8, D9 and 94. RGB value is (184,217,148). Sum of RGB (Red+Green+Blue) = 184+217+148=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D994 is #47266B. Grayscale: #C7C7C7. Windows color (decimal): -4662892 or 9755064. OLE color: 9755064.

HSL color Cylindrical-coordinate representation of color #B8D994: hue angle of 88.7º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8D994 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB184217148-
CMYK0.1500.320.15
HSL88.7º47.59%71.57%-
HSV(B)88.7º31.8%85.1%-
XYZ49.9361.9537.34-
YUV199.2799.07117.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.52%
GREEN value IS 217 (85.16% from 255) = 39.53%
BLUE value IS 148 (58.20% from 255) = 26.96%
R=33.52%
G=39.53%
B=26.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842171480.1500.320.1588.747.5971.57
HexB8D994F020F593048
Octal270331224170401713160110
Binary10111000110110011001010011110100000111110110011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D994; }

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

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

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

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

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

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

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

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