#9DB297

Color #9DB297 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #9DB297

Tints of Spring Rain #9DB297

Color information

#9DB297 (or 0x9DB297) is unknown color: approx Spring Rain. HEX triplet: 9D, B2 and 97. RGB value is (157,178,151). Sum of RGB (Red+Green+Blue) = 157+178+151=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB297 is #624D68. Grayscale: #A8A8A8. Windows color (decimal): -6442345 or 9941661. OLE color: 9941661.

HSL color Cylindrical-coordinate representation of color #9DB297: hue angle of 106.67º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9DB297 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB157178151-
CMYK0.1200.150.30
HSL106.67º14.92%64.51%-
HSV(B)106.67º15.17%69.8%-
XYZ35.4141.2435.37-
YUV168.64118.04119.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.30%
GREEN value IS 178 (69.92% from 255) = 36.63%
BLUE value IS 151 (59.38% from 255) = 31.07%
R=32.30%
G=36.63%
B=31.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1571781510.1200.150.30106.6714.9264.51
Hex9DB297C0F1E6bf41
Octal235262227140173615317101
Binary10011101101100101001011111000111111110110101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DB297; }

 p { color: rgb(157,178,151); }

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

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

 a { background-color: rgb(157,178,151); }

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

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

 span { border-color: rgb(157,178,151); }

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