#90A526

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

Shades of Limerick #90A526

Tints of Limerick #90A526

Color information

#90A526 (or 0x90A526) is unknown color: approx Limerick. HEX triplet: 90, A5 and 26. RGB value is (144,165,38). Sum of RGB (Red+Green+Blue) = 144+165+38=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 165 - color contains mainly: green. Hex color #90A526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A526 is #6F5AD9. Grayscale: #909090. Windows color (decimal): -7297754 or 2532752. OLE color: 2532752.

HSL color Cylindrical-coordinate representation of color #90A526: hue angle of 69.92º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #90A526 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB14416538-
CMYK0.1300.770.35
HSL69.92º62.56%39.8%-
HSV(B)69.92º76.97%64.71%-
XYZ25.3132.986.87-
YUV144.2468.04127.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.50%
GREEN value IS 165 (64.84% from 255) = 47.55%
BLUE value IS 38 (15.23% from 255) = 10.95%
R=41.50%
G=47.55%
B=10.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal144165380.1300.770.3569.9262.5639.8
Hex90A526D04D23463f28
Octal22024546150115431067750
Binary10010000101001011001101101010011011000111000110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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