#99A539

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

Shades of Limerick #99A539

Tints of Limerick #99A539

Color information

#99A539 (or 0x99A539) is unknown color: approx Limerick. HEX triplet: 99, A5 and 39. RGB value is (153,165,57). Sum of RGB (Red+Green+Blue) = 153+165+57=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 165 - color contains mainly: green. Hex color #99A539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A539 is #665AC6. Grayscale: #959595. Windows color (decimal): -6707911 or 3777945. OLE color: 3777945.

HSL color Cylindrical-coordinate representation of color #99A539: hue angle of 66.67º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99A539 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB15316557-
CMYK0.0700.650.35
HSL66.67º48.65%43.53%-
HSV(B)66.67º65.45%64.71%-
XYZ27.3333.988.99-
YUV149.176.02130.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.8%
GREEN value IS 165 (64.84% from 255) = 44%
BLUE value IS 57 (22.66% from 255) = 15.2%
R=40.8%
G=44%
B=15.2%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal153165570.0700.650.3566.6748.6543.53
Hex99A53970412343312c
Octal2312457170101431036154
Binary1001100110100101111001111010000011000111000011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A539; }

 p { color: rgb(153,165,57); }

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

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

 a { background-color: rgb(153,165,57); }

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

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

 span { border-color: rgb(153,165,57); }

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