#90a532

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

Shades of Limerick #90A532

Tints of Limerick #90A532

Color information

#90A532 (or 0x90A532) is unknown color: approx Limerick. HEX triplet: 90, A5 and 32. RGB value is (144,165,50). Sum of RGB (Red+Green+Blue) = 144+165+50=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #90A532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A532 is #6F5ACD. Grayscale: #929292. Windows color (decimal): -7297742 or 3319184. OLE color: 3319184.

HSL color Cylindrical-coordinate representation of color #90A532: hue angle of 70.96º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90A532 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB14416550-
CMYK0.1300.700.35
HSL70.96º53.49%42.16%-
HSV(B)70.96º69.7%64.71%-
XYZ25.5333.078.06-
YUV145.6174.04126.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.11%
GREEN value IS 165 (64.84% from 255) = 45.96%
BLUE value IS 50 (19.92% from 255) = 13.93%
R=40.11%
G=45.96%
B=13.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal144165500.1300.700.3570.9653.4942.16
Hex90A532D0462347352a
Octal22024562150106431076552
Binary10010000101001011100101101010001101000111000111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90a532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90a532; }

 p { color: rgb(144,165,50); }

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

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

 a { background-color: rgb(144,165,50); }

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

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

 span { border-color: rgb(144,165,50); }

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