#9AB592

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

Shades of Spring Rain #9AB592

Tints of Spring Rain #9AB592

Color information

#9AB592 (or 0x9AB592) is unknown color: approx Spring Rain. HEX triplet: 9A, B5 and 92. RGB value is (154,181,146). Sum of RGB (Red+Green+Blue) = 154+181+146=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB592 is #654A6D. Grayscale: #A9A9A9. Windows color (decimal): -6638190 or 9614746. OLE color: 9614746.

HSL color Cylindrical-coordinate representation of color #9AB592: hue angle of 106.29º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AB592 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB154181146-
CMYK0.1500.190.29
HSL106.29º19.13%64.12%-
HSV(B)106.29º19.34%70.98%-
XYZ35.0441.9933.45-
YUV168.94115.05117.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.02%
GREEN value IS 181 (71.09% from 255) = 37.63%
BLUE value IS 146 (57.42% from 255) = 30.35%
R=32.02%
G=37.63%
B=30.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541811460.1500.190.29106.2919.1364.12
Hex9AB592F0131D6a1340
Octal232265222170233515223100
Binary1001101010110101100100101111010011111011101010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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