#A0B236

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

Shades of Limerick #A0B236

Tints of Limerick #A0B236

Color information

#A0B236 (or 0xA0B236) is unknown color: approx Limerick. HEX triplet: A0, B2 and 36. RGB value is (160,178,54). Sum of RGB (Red+Green+Blue) = 160+178+54=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0B236 is #5F4DC9. Grayscale: #9E9E9E. Windows color (decimal): -6245834 or 3584672. OLE color: 3584672.

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

Color convert

RGB16017854-
CMYK0.1000.700.30
HSL68.71º53.45%45.49%-
HSV(B)68.71º69.66%69.8%-
XYZ31.0839.589.49-
YUV158.4869.04129.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 178 (69.92% from 255) = 45.41%
BLUE value IS 54 (21.48% from 255) = 13.78%
R=40.82%
G=45.41%
B=13.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160178540.1000.700.3068.7153.4545.49
HexA0B236A0461E45352d
Octal24026266120106361056555
Binary1010000010110010110110101001000110111101000101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B236; }

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

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

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

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

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

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

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

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