#B8D291

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

Shades of Sprout #B8D291

Tints of Sprout #B8D291

Color information

#B8D291 (or 0xB8D291) is unknown color: approx Sprout. HEX triplet: B8, D2 and 91. RGB value is (184,210,145). Sum of RGB (Red+Green+Blue) = 184+210+145=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 145 (57.03% from 255 or 26.90% from 539); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D291 is #472D6E. Grayscale: #C3C3C3. Windows color (decimal): -4664687 or 9556664. OLE color: 9556664.

HSL color Cylindrical-coordinate representation of color #B8D291: hue angle of 84º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8D291 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB184210145-
CMYK0.1200.310.18
HSL84º41.94%69.61%-
HSV(B)84º30.95%82.35%-
XYZ47.9258.3335.52-
YUV194.8299.89120.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.14%
GREEN value IS 210 (82.42% from 255) = 38.96%
BLUE value IS 145 (57.03% from 255) = 26.90%
R=34.14%
G=38.96%
B=26.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1842101450.1200.310.188441.9469.61
HexB8D291C01F12542a46
Octal270322221140372212452106
Binary10111000110100101001000111000111111001010101001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D291; }

 p { color: rgb(184,210,145); }

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

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

 a { background-color: rgb(184,210,145); }

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

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

 span { border-color: rgb(184,210,145); }

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