#9DB298

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

Shades of Spring Rain #9DB298

Tints of Spring Rain #9DB298

Color information

#9DB298 (or 0x9DB298) is unknown color: approx Spring Rain. HEX triplet: 9D, B2 and 98. RGB value is (157,178,152). Sum of RGB (Red+Green+Blue) = 157+178+152=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB298 is #624D67. Grayscale: #A8A8A8. Windows color (decimal): -6442344 or 10007197. OLE color: 10007197.

HSL color Cylindrical-coordinate representation of color #9DB298: hue angle of 108.46º degrees, saturation: 0.14, 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 #9DB298 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB157178152-
CMYK0.1200.150.30
HSL108.46º14.44%64.71%-
HSV(B)108.46º14.61%69.8%-
XYZ35.4941.2835.8-
YUV168.76118.54119.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.24%
GREEN value IS 178 (69.92% from 255) = 36.55%
BLUE value IS 152 (59.77% from 255) = 31.21%
R=32.24%
G=36.55%
B=31.21%

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
Decimal1571781520.1200.150.30108.4614.4464.71
Hex9DB298C0F1E6ce41
Octal235262230140173615416101
Binary10011101101100101001100011000111111110110110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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