#B5D997

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

Shades of Sprout #B5D997

Tints of Sprout #B5D997

Color information

#B5D997 (or 0xB5D997) is unknown color: approx Sprout. HEX triplet: B5, D9 and 97. RGB value is (181,217,151). Sum of RGB (Red+Green+Blue) = 181+217+151=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D997 is #4A2668. Grayscale: #C6C6C6. Windows color (decimal): -4859497 or 9951669. OLE color: 9951669.

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

Color convert

RGB181217151-
CMYK0.1700.300.15
HSL92.73º46.48%72.16%-
HSV(B)92.73º30.41%85.1%-
XYZ49.4561.6838.58-
YUV198.71101.07115.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 217 (85.16% from 255) = 39.53%
BLUE value IS 151 (59.38% from 255) = 27.50%
R=32.97%
G=39.53%
B=27.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812171510.1700.300.1592.7346.4872.16
HexB5D9971101EF5d2e48
Octal265331227210361713556110
Binary10110101110110011001011110001011110111110111011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D997; }

 p { color: rgb(181,217,151); }

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

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

 a { background-color: rgb(181,217,151); }

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

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

 span { border-color: rgb(181,217,151); }

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