#A0BC94

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

Shades of Spring Rain #A0BC94

Tints of Spring Rain #A0BC94

Color information

#A0BC94 (or 0xA0BC94) is unknown color: approx Spring Rain. HEX triplet: A0, BC and 94. RGB value is (160,188,148). Sum of RGB (Red+Green+Blue) = 160+188+148=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BC94 is #5F436B. Grayscale: #AFAFAF. Windows color (decimal): -6243180 or 9747616. OLE color: 9747616.

HSL color Cylindrical-coordinate representation of color #A0BC94: hue angle of 102º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0BC94 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB160188148-
CMYK0.1500.210.26
HSL102º22.99%65.88%-
HSV(B)102º21.28%73.73%-
XYZ37.8345.5834.82-
YUV175.07112.72117.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.26%
GREEN value IS 188 (73.83% from 255) = 37.90%
BLUE value IS 148 (58.20% from 255) = 29.84%
R=32.26%
G=37.90%
B=29.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601881480.1500.210.2610222.9965.88
HexA0BC94F0151A661742
Octal240274224170253214627102
Binary1010000010111100100101001111010101110101100110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BC94; }

 p { color: rgb(160,188,148); }

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

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

 a { background-color: rgb(160,188,148); }

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

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

 span { border-color: rgb(160,188,148); }

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