#9ABB8D

Color #9ABB8D Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #9ABB8D

Tints of Spring Rain #9ABB8D

Color information

#9ABB8D (or 0x9ABB8D) is unknown color: approx Spring Rain. HEX triplet: 9A, BB and 8D. RGB value is (154,187,141). Sum of RGB (Red+Green+Blue) = 154+187+141=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABB8D is #654472. Grayscale: #ACACAC. Windows color (decimal): -6636659 or 9288602. OLE color: 9288602.

HSL color Cylindrical-coordinate representation of color #9ABB8D: hue angle of 103.04º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ABB8D is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB154187141-
CMYK0.1800.250.27
HSL103.04º25.27%64.31%-
HSV(B)103.04º24.6%73.33%-
XYZ35.944.3331.86-
YUV171.89110.57115.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.95%
GREEN value IS 187 (73.44% from 255) = 38.80%
BLUE value IS 141 (55.47% from 255) = 29.25%
R=31.95%
G=38.80%
B=29.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541871410.1800.250.27103.0425.2764.31
Hex9ABB8D120191B671940
Octal232273215220313314731100
Binary10011010101110111000110110010011001110111100111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,187,141); }

 H1.HeaderClassName
 {
   color: #9ABB8D;
 }
 .AnyTagClassName
 {
   color: #9ABB8D;
 }
</style>
background-color css

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

 a { background-color: rgb(154,187,141); }

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

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

 span { border-color: rgb(154,187,141); }

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