#9ABA94

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

Shades of Spring Rain #9ABA94

Tints of Spring Rain #9ABA94

Color information

#9ABA94 (or 0x9ABA94) is unknown color: approx Spring Rain. HEX triplet: 9A, BA and 94. RGB value is (154,186,148). Sum of RGB (Red+Green+Blue) = 154+186+148=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABA94 is #65456B. Grayscale: #ACACAC. Windows color (decimal): -6636908 or 9747098. OLE color: 9747098.

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

Color convert

RGB154186148-
CMYK0.1700.200.27
HSL110.53º21.59%65.49%-
HSV(B)110.53º20.43%72.94%-
XYZ36.2344.1334.62-
YUV172.1114.4115.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.56%
GREEN value IS 186 (73.05% from 255) = 38.11%
BLUE value IS 148 (58.20% from 255) = 30.33%
R=31.56%
G=38.11%
B=30.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541861480.1700.200.27110.5321.5965.49
Hex9ABA94110141B6f1641
Octal232272224210243315726101
Binary10011010101110101001010010001010100110111101111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,186,148); }

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

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

 a { background-color: rgb(154,186,148); }

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

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

 span { border-color: rgb(154,186,148); }

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