Html Css Color HEX #9DB992 Spring Rain

📋 copy color: '#9DB992'

red 157 ◦ green 185 ◦ blue 146

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

Shades of Spring Rain #9DB992

Tints of Spring Rain #9DB992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.92%

R = 32.17%
G = 37.91%
B = 29.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#9DB992 (or 0x9DB992) is known color: Spring Rain. HEX triplet: 9D, B9 and 92. RGB value is (157,185,146). Sum of RGB (Red+Green+Blue) = 157+185+146=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB992 is #62466D. Grayscale: #ACACAC. Windows color (decimal): -6440558 or 9615773. OLE color: 9615773.

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

Color convert

RGB 157 185 146 -
CMYK 0.15 0 0.21 0.27
HSL 103.08º 0.22% 0.65% -
HSV(B) 103.08º 0.21% 0.73% -
XYZ 36.44 43.94 33.75 -
YUV 172.18 113.22 117.17 -
System Red Green Blue C M Y K H S L
Decimal 157 185 146 0.15 0 0.21 0.27 103.08 0.22 0.65
Hex 9D B9 92 F 0 15 1B 67 16 41
Octal 235 271 222 17 0 25 33 147 26 101
Binary 10011101 10111001 10010010 1111 0 10101 11011 1100111 10110 1000001

Color Harmonies of #9DB992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB992

Black with #9DB992

Text Example


Text Example

White with #9DB992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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