#B7D58E

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

Shades of Sprout #B7D58E

Tints of Sprout #B7D58E

Color information

#B7D58E (or 0xB7D58E) is unknown color: approx Sprout. HEX triplet: B7, D5 and 8E. RGB value is (183,213,142). Sum of RGB (Red+Green+Blue) = 183+213+142=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D58E is #482A71. Grayscale: #C4C4C4. Windows color (decimal): -4729458 or 9360823. OLE color: 9360823.

HSL color Cylindrical-coordinate representation of color #B7D58E: hue angle of 85.35º 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 #B7D58E is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB183213142-
CMYK0.1400.330.16
HSL85.35º45.81%69.61%-
HSV(B)85.35º33.33%83.53%-
XYZ48.2159.6134.56-
YUV195.9497.56118.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.01%
GREEN value IS 213 (83.59% from 255) = 39.59%
BLUE value IS 142 (55.86% from 255) = 26.39%
R=34.01%
G=39.59%
B=26.39%

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
Decimal1832131420.1400.330.1685.3545.8169.61
HexB7D58EE02110552e46
Octal267325216160412012556106
Binary101101111101010110001110111001000011000010101011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D58E; }

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

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

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

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

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

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

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

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