#B5D597

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

Shades of Sprout #B5D597

Tints of Sprout #B5D597

Color information

#B5D597 (or 0xB5D597) is unknown color: approx Sprout. HEX triplet: B5, D5 and 97. RGB value is (181,213,151). Sum of RGB (Red+Green+Blue) = 181+213+151=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D597 is #4A2A68. Grayscale: #C4C4C4. Windows color (decimal): -4860521 or 9950645. OLE color: 9950645.

HSL color Cylindrical-coordinate representation of color #B5D597: hue angle of 90.97º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5D597 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB181213151-
CMYK0.1500.290.16
HSL90.97º42.47%71.37%-
HSV(B)90.97º29.11%83.53%-
XYZ48.4459.6538.24-
YUV196.36102.4117.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.21%
GREEN value IS 213 (83.59% from 255) = 39.08%
BLUE value IS 151 (59.38% from 255) = 27.71%
R=33.21%
G=39.08%
B=27.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812131510.1500.290.1690.9742.4771.37
HexB5D597F01D105b2a47
Octal265325227170352013352107
Binary10110101110101011001011111110111011000010110111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D597; }

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

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

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

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

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

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

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

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