Html Css Color HEX #9DB69A Spring Rain

📋 copy color: '#9DB69A'

red 157 ◦ green 182 ◦ blue 154

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

Shades of Spring Rain #9DB69A

Tints of Spring Rain #9DB69A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.92%

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

R = 31.85%
G = 36.92%
B = 31.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#9DB69A (or 0x9DB69A) is known color: Spring Rain. HEX triplet: 9D, B6 and 9A. RGB value is (157,182,154). Sum of RGB (Red+Green+Blue) = 157+182+154=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB69A is #624965. Grayscale: #ABABAB. Windows color (decimal): -6441318 or 10139293. OLE color: 10139293.

HSL color Cylindrical-coordinate representation of color #9DB69A: hue angle of 113.57º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9DB69A is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 182 154 -
CMYK 0.14 0 0.15 0.29
HSL 113.57º 0.16% 0.66% -
HSV(B) 113.57º 0.15% 0.71% -
XYZ 36.47 42.96 36.94 -
YUV 171.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 157 182 154 0.14 0 0.15 0.29 113.57 0.16 0.66
Hex 9D B6 9A E 0 F 1D 72 10 42
Octal 235 266 232 16 0 17 35 162 20 102
Binary 10011101 10110110 10011010 1110 0 1111 11101 1110010 10000 1000010

Color Harmonies of #9DB69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB69A

Black with #9DB69A

Text Example


Text Example

White with #9DB69A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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