Html Css Color HEX #9DBA99 Spring Rain

📋 copy color: '#9DBA99'

red 157 ◦ green 186 ◦ blue 153

#9DBA99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #9DBA99

Tints of Spring Rain #9DBA99

RGB

 RED value IS 157 (61.72% from 255) = 31.65%

 GREEN value IS 186 (73.05% from 255) = 37.5%

 BLUE value IS 153 (60.16% from 255) = 30.85%

R = 31.65%
G = 37.5%
B = 30.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#9DBA99 (or 0x9DBA99) is known color: Spring Rain. HEX triplet: 9D, BA and 99. RGB value is (157,186,153). Sum of RGB (Red+Green+Blue) = 157+186+153=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBA99 is #624566. Grayscale: #ADADAD. Windows color (decimal): -6440295 or 10074781. OLE color: 10074781.

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

Color convert

RGB 157 186 153 -
CMYK 0.16 0 0.18 0.27
HSL 112.73º 0.19% 0.66% -
HSV(B) 112.73º 0.18% 0.73% -
XYZ 37.21 44.59 36.78 -
YUV 173.57 116.39 116.18 -
System Red Green Blue C M Y K H S L
Decimal 157 186 153 0.16 0 0.18 0.27 112.73 0.19 0.66
Hex 9D BA 99 10 0 12 1B 71 13 42
Octal 235 272 231 20 0 22 33 161 23 102
Binary 10011101 10111010 10011001 10000 0 10010 11011 1110001 10011 1000010

Color Harmonies of #9DBA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBA99

Black with #9DBA99

Text Example


Text Example

White with #9DBA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DBA99;
 }
 .AnyTagClassName
 {
   color: #9DBA99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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