#B5D996

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

Shades of Sprout #B5D996

Tints of Sprout #B5D996

Color information

#B5D996 (or 0xB5D996) is unknown color: approx Sprout. HEX triplet: B5, D9 and 96. RGB value is (181,217,150). Sum of RGB (Red+Green+Blue) = 181+217+150=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D996 is #4A2669. Grayscale: #C6C6C6. Windows color (decimal): -4859498 or 9886133. OLE color: 9886133.

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

Color convert

RGB181217150-
CMYK0.1700.310.15
HSL92.24º46.85%71.96%-
HSV(B)92.24º30.88%85.1%-
XYZ49.3761.6538.15-
YUV198.6100.57115.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.03%
GREEN value IS 217 (85.16% from 255) = 39.60%
BLUE value IS 150 (58.98% from 255) = 27.37%
R=33.03%
G=39.60%
B=27.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812171500.1700.310.1592.2446.8571.96
HexB5D9961101FF5c2f48
Octal265331226210371713457110
Binary10110101110110011001011010001011111111110111001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D996; }

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

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

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

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

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

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

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

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