#9DB299

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

Shades of Spring Rain #9DB299

Tints of Spring Rain #9DB299

Color information

#9DB299 (or 0x9DB299) is unknown color: approx Spring Rain. HEX triplet: 9D, B2 and 99. RGB value is (157,178,153). Sum of RGB (Red+Green+Blue) = 157+178+153=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB299 is #624D66. Grayscale: #A8A8A8. Windows color (decimal): -6442343 or 10072733. OLE color: 10072733.

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

Color convert

RGB157178153-
CMYK0.1200.140.30
HSL110.4º13.97%64.9%-
HSV(B)110.4º14.04%69.8%-
XYZ35.5741.3136.24-
YUV168.87119.04119.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.17%
GREEN value IS 178 (69.92% from 255) = 36.48%
BLUE value IS 153 (60.16% from 255) = 31.35%
R=32.17%
G=36.48%
B=31.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1571781530.1200.140.30110.413.9764.9
Hex9DB299C0E1E6ee41
Octal235262231140163615616101
Binary10011101101100101001100111000111011110110111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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