#9AB692

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

Shades of Spring Rain #9AB692

Tints of Spring Rain #9AB692

Color information

#9AB692 (or 0x9AB692) is unknown color: approx Spring Rain. HEX triplet: 9A, B6 and 92. RGB value is (154,182,146). Sum of RGB (Red+Green+Blue) = 154+182+146=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB692 is #65496D. Grayscale: #A9A9A9. Windows color (decimal): -6637934 or 9615002. OLE color: 9615002.

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

Color convert

RGB154182146-
CMYK0.1500.200.29
HSL106.67º19.78%64.31%-
HSV(B)106.67º19.78%71.37%-
XYZ35.2442.433.52-
YUV169.52114.72116.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.95%
GREEN value IS 182 (71.48% from 255) = 37.76%
BLUE value IS 146 (57.42% from 255) = 30.29%
R=31.95%
G=37.76%
B=30.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541821460.1500.200.29106.6719.7864.31
Hex9AB692F0141D6b1440
Octal232266222170243515324100
Binary1001101010110110100100101111010100111011101011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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