#B9D397

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

Shades of Sprout #B9D397

Tints of Sprout #B9D397

Color information

#B9D397 (or 0xB9D397) is unknown color: approx Sprout. HEX triplet: B9, D3 and 97. RGB value is (185,211,151). Sum of RGB (Red+Green+Blue) = 185+211+151=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D397 is #462C68. Grayscale: #C4C4C4. Windows color (decimal): -4598889 or 9950137. OLE color: 9950137.

HSL color Cylindrical-coordinate representation of color #B9D397: hue angle of 86º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9D397 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB185211151-
CMYK0.1200.280.17
HSL86º40.54%70.98%-
HSV(B)86º28.44%82.75%-
XYZ48.8959.1438.12-
YUV196.39102.39119.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 211 (82.81% from 255) = 38.57%
BLUE value IS 151 (59.38% from 255) = 27.61%
R=33.82%
G=38.57%
B=27.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1852111510.1200.280.178640.5470.98
HexB9D397C01C11562947
Octal271323227140342112651107
Binary10111001110100111001011111000111001000110101101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D397; }

 p { color: rgb(185,211,151); }

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

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

 a { background-color: rgb(185,211,151); }

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

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

 span { border-color: rgb(185,211,151); }

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