Html Css Color HEX #9DB999 Spring Rain

📋 copy color: '#9DB999'

red 157 ◦ green 185 ◦ blue 153

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

Shades of Spring Rain #9DB999

Tints of Spring Rain #9DB999

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.37%

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

R = 31.72%
G = 37.37%
B = 30.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#9DB999 (or 0x9DB999) is known color: Spring Rain. HEX triplet: 9D, B9 and 99. RGB value is (157,185,153). Sum of RGB (Red+Green+Blue) = 157+185+153=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB999 is #624666. Grayscale: #ADADAD. Windows color (decimal): -6440551 or 10074525. OLE color: 10074525.

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

Color convert

RGB 157 185 153 -
CMYK 0.15 0 0.17 0.27
HSL 112.5º 0.19% 0.66% -
HSV(B) 112.5º 0.17% 0.73% -
XYZ 37 44.17 36.71 -
YUV 172.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 157 185 153 0.15 0 0.17 0.27 112.5 0.19 0.66
Hex 9D B9 99 F 0 11 1B 70 13 42
Octal 235 271 231 17 0 21 33 160 23 102
Binary 10011101 10111001 10011001 1111 0 10001 11011 1110000 10011 1000010

Color Harmonies of #9DB999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB999

Black with #9DB999

Text Example


Text Example

White with #9DB999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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