#B8D58E

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

Shades of Sprout #B8D58E

Tints of Sprout #B8D58E

Color information

#B8D58E (or 0xB8D58E) is unknown color: approx Sprout. HEX triplet: B8, D5 and 8E. RGB value is (184,213,142). Sum of RGB (Red+Green+Blue) = 184+213+142=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D58E is #472A71. Grayscale: #C4C4C4. Windows color (decimal): -4663922 or 9360824. OLE color: 9360824.

HSL color Cylindrical-coordinate representation of color #B8D58E: hue angle of 84.51º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8D58E is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB184213142-
CMYK0.1400.330.16
HSL84.51º45.81%69.61%-
HSV(B)84.51º33.33%83.53%-
XYZ48.4459.7334.57-
YUV196.2497.39119.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.14%
GREEN value IS 213 (83.59% from 255) = 39.52%
BLUE value IS 142 (55.86% from 255) = 26.35%
R=34.14%
G=39.52%
B=26.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1842131420.1400.330.1684.5145.8169.61
HexB8D58EE02110552e46
Octal270325216160412012556106
Binary101110001101010110001110111001000011000010101011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D58E; }

 p { color: rgb(184,213,142); }

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

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

 a { background-color: rgb(184,213,142); }

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

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

 span { border-color: rgb(184,213,142); }

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