#A0BC93

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

Shades of Spring Rain #A0BC93

Tints of Spring Rain #A0BC93

Color information

#A0BC93 (or 0xA0BC93) is unknown color: approx Spring Rain. HEX triplet: A0, BC and 93. RGB value is (160,188,147). Sum of RGB (Red+Green+Blue) = 160+188+147=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BC93 is #5F436C. Grayscale: #AFAFAF. Windows color (decimal): -6243181 or 9682080. OLE color: 9682080.

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

Color convert

RGB160188147-
CMYK0.1500.220.26
HSL100.98º23.43%65.69%-
HSV(B)100.98º21.81%73.73%-
XYZ37.7545.5534.41-
YUV174.95112.22117.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.32%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=32.32%
G=37.98%
B=29.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601881470.1500.220.26100.9823.4365.69
HexA0BC93F0161A651742
Octal240274223170263214527102
Binary1010000010111100100100111111010110110101100101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BC93; }

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

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

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

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

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

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

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

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