Html Css Color HEX #9DB99A Spring Rain

📋 copy color: '#9DB99A'

red 157 ◦ green 185 ◦ blue 154

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

Shades of Spring Rain #9DB99A

Tints of Spring Rain #9DB99A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.05%

R = 31.65%
G = 37.3%
B = 31.05%

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

#9DB99A (or 0x9DB99A) is known color: Spring Rain. HEX triplet: 9D, B9 and 9A. RGB value is (157,185,154). Sum of RGB (Red+Green+Blue) = 157+185+154=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB99A is #624665. Grayscale: #ADADAD. Windows color (decimal): -6440550 or 10140061. OLE color: 10140061.

HSL color Cylindrical-coordinate representation of color #9DB99A: hue angle of 114.19º degrees, saturation: 0.18, 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 #9DB99A is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 185 154 -
CMYK 0.15 0 0.17 0.27
HSL 114.19º 0.18% 0.66% -
HSV(B) 114.19º 0.17% 0.73% -
XYZ 37.09 44.2 37.15 -
YUV 173.09 117.22 116.52 -
System Red Green Blue C M Y K H S L
Decimal 157 185 154 0.15 0 0.17 0.27 114.19 0.18 0.66
Hex 9D B9 9A F 0 11 1B 72 12 42
Octal 235 271 232 17 0 21 33 162 22 102
Binary 10011101 10111001 10011010 1111 0 10001 11011 1110010 10010 1000010

Color Harmonies of #9DB99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB99A

Black with #9DB99A

Text Example


Text Example

White with #9DB99A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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