Html Css Color HEX #9ABD92 Spring Rain

📋 copy color: '#9ABD92'

red 154 ◦ green 189 ◦ blue 146

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

Shades of Spring Rain #9ABD92

Tints of Spring Rain #9ABD92

RGB

 RED value IS 154 (60.55% from 255) = 31.49%

 GREEN value IS 189 (74.22% from 255) = 38.65%

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

R = 31.49%
G = 38.65%
B = 29.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#9ABD92 (or 0x9ABD92) is known color: Spring Rain. HEX triplet: 9A, BD and 92. RGB value is (154,189,146). Sum of RGB (Red+Green+Blue) = 154+189+146=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABD92 is #65426D. Grayscale: #ADADAD. Windows color (decimal): -6636142 or 9616794. OLE color: 9616794.

HSL color Cylindrical-coordinate representation of color #9ABD92: hue angle of 108.84º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ABD92 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 189 146 -
CMYK 0.19 0 0.23 0.26
HSL 108.84º 0.25% 0.66% -
HSV(B) 108.84º 0.23% 0.74% -
XYZ 36.71 45.34 34.01 -
YUV 173.63 112.4 114 -
System Red Green Blue C M Y K H S L
Decimal 154 189 146 0.19 0 0.23 0.26 108.84 0.25 0.66
Hex 9A BD 92 13 0 17 1A 6D 19 42
Octal 232 275 222 23 0 27 32 155 31 102
Binary 10011010 10111101 10010010 10011 0 10111 11010 1101101 11001 1000010

Color Harmonies of #9ABD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABD92

Black with #9ABD92

Text Example


Text Example

White with #9ABD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,189,146); }

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

background-color css

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

 a { background-color: rgb(154,189,146); }

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

border-color css

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

 span { border-color: rgb(154,189,146); }

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