#A0B136

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

Shades of Limerick #A0B136

Tints of Limerick #A0B136

Color information

#A0B136 (or 0xA0B136) is unknown color: approx Limerick. HEX triplet: A0, B1 and 36. RGB value is (160,177,54). Sum of RGB (Red+Green+Blue) = 160+177+54=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0B136 is #5F4EC9. Grayscale: #9E9E9E. Windows color (decimal): -6246090 or 3584416. OLE color: 3584416.

HSL color Cylindrical-coordinate representation of color #A0B136: hue angle of 68.29º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0B136 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB16017754-
CMYK0.1000.690.31
HSL68.29º53.25%45.29%-
HSV(B)68.29º69.49%69.41%-
XYZ30.8939.189.43-
YUV157.969.37129.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 177 (69.53% from 255) = 45.27%
BLUE value IS 54 (21.48% from 255) = 13.81%
R=40.92%
G=45.27%
B=13.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160177540.1000.690.3168.2953.2545.29
HexA0B136A0451F44352d
Octal24026166120105371046555
Binary1010000010110001110110101001000101111111000100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B136; }

 p { color: rgb(160,177,54); }

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

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

 a { background-color: rgb(160,177,54); }

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

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

 span { border-color: rgb(160,177,54); }

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