Html Css Color HEX #9ABD8C Spring Rain

📋 copy color: '#9ABD8C'

red 154 ◦ green 189 ◦ blue 140

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

Shades of Spring Rain #9ABD8C

Tints of Spring Rain #9ABD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.99%

R = 31.88%
G = 39.13%
B = 28.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#9ABD8C (or 0x9ABD8C) is known color: Spring Rain. HEX triplet: 9A, BD and 8C. RGB value is (154,189,140). Sum of RGB (Red+Green+Blue) = 154+189+140=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABD8C is #654273. Grayscale: #ADADAD. Windows color (decimal): -6636148 or 9223578. OLE color: 9223578.

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

Color convert

RGB 154 189 140 -
CMYK 0.19 0 0.26 0.26
HSL 102.86º 0.27% 0.65% -
HSV(B) 102.86º 0.26% 0.74% -
XYZ 36.26 45.16 31.62 -
YUV 172.95 109.4 114.48 -
System Red Green Blue C M Y K H S L
Decimal 154 189 140 0.19 0 0.26 0.26 102.86 0.27 0.65
Hex 9A BD 8C 13 0 1A 1A 67 1B 41
Octal 232 275 214 23 0 32 32 147 33 101
Binary 10011010 10111101 10001100 10011 0 11010 11010 1100111 11011 1000001

Color Harmonies of #9ABD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABD8C

Black with #9ABD8C

Text Example


Text Example

White with #9ABD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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