#90B342

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

Shades of Limerick #90B342

Tints of Limerick #90B342

Color information

#90B342 (or 0x90B342) is unknown color: approx Limerick. HEX triplet: 90, B3 and 42. RGB value is (144,179,66). Sum of RGB (Red+Green+Blue) = 144+179+66=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #90B342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B342 is #6F4CBD. Grayscale: #9C9C9C. Windows color (decimal): -7294142 or 4371344. OLE color: 4371344.

HSL color Cylindrical-coordinate representation of color #90B342: hue angle of 78.58º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90B342 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB14417966-
CMYK0.2000.630.30
HSL78.58º46.12%48.04%-
HSV(B)78.58º63.13%70.2%-
XYZ28.6138.5611.09-
YUV155.6577.4119.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.02%
GREEN value IS 179 (70.31% from 255) = 46.02%
BLUE value IS 66 (26.17% from 255) = 16.97%
R=37.02%
G=46.02%
B=16.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal144179660.2000.630.3078.5846.1248.04
Hex90B3421403F1E4f2e30
Octal22026310224077361175660
Binary10010000101100111000010101000111111111101001111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,179,66); }

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

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

 a { background-color: rgb(144,179,66); }

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

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

 span { border-color: rgb(144,179,66); }

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