#9DBA9A

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

Shades of Spring Rain #9DBA9A

Tints of Spring Rain #9DBA9A

Color information

#9DBA9A (or 0x9DBA9A) is unknown color: approx Spring Rain. HEX triplet: 9D, BA and 9A. RGB value is (157,186,154). Sum of RGB (Red+Green+Blue) = 157+186+154=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBA9A is #624565. Grayscale: #ADADAD. Windows color (decimal): -6440294 or 10140317. OLE color: 10140317.

HSL color Cylindrical-coordinate representation of color #9DBA9A: hue angle of 114.37º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBA9A is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB157186154-
CMYK0.1600.170.27
HSL114.37º18.82%66.67%-
HSV(B)114.37º17.2%72.94%-
XYZ37.344.6237.22-
YUV173.68116.89116.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.59%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 154 (60.55% from 255) = 30.99%
R=31.59%
G=37.42%
B=30.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571861540.1600.170.27114.3718.8266.67
Hex9DBA9A100111B721343
Octal235272232200213316223103
Binary10011101101110101001101010000010001110111110010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,186,154); }

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

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

 a { background-color: rgb(157,186,154); }

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

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

 span { border-color: rgb(157,186,154); }

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