#B7D98E

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

Shades of Sprout #B7D98E

Tints of Sprout #B7D98E

Color information

#B7D98E (or 0xB7D98E) is unknown color: approx Sprout. HEX triplet: B7, D9 and 8E. RGB value is (183,217,142). Sum of RGB (Red+Green+Blue) = 183+217+142=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D98E is #482671. Grayscale: #C6C6C6. Windows color (decimal): -4728434 or 9361847. OLE color: 9361847.

HSL color Cylindrical-coordinate representation of color #B7D98E: hue angle of 87.2º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B7D98E is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB183217142-
CMYK0.1600.350.15
HSL87.2º49.67%70.39%-
HSV(B)87.2º34.56%85.1%-
XYZ49.2261.6534.9-
YUV198.2896.24117.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.76%
GREEN value IS 217 (85.16% from 255) = 40.04%
BLUE value IS 142 (55.86% from 255) = 26.20%
R=33.76%
G=40.04%
B=26.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1832171420.1600.350.1587.249.6770.39
HexB7D98E10023F573246
Octal267331216200431712762106
Binary101101111101100110001110100000100011111110101111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D98E; }

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

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

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

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

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

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

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

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