#90B61A

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

Shades of Limerick #90B61A

Tints of Limerick #90B61A

Color information

#90B61A (or 0x90B61A) is unknown color: approx Limerick. HEX triplet: 90, B6 and 1A. RGB value is (144,182,26). Sum of RGB (Red+Green+Blue) = 144+182+26=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 182 (71.48% from 255 or 51.70% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 182 - color contains mainly: green. Hex color #90B61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B61A is #6F49E5. Grayscale: #999999. Windows color (decimal): -7293414 or 1750672. OLE color: 1750672.

HSL color Cylindrical-coordinate representation of color #90B61A: hue angle of 74.62º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #90B61A is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB14418226-
CMYK0.2100.860.29
HSL74.62º75%40.78%-
HSV(B)74.62º85.71%71.37%-
XYZ28.4239.467.1-
YUV152.8556.41121.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.91%
GREEN value IS 182 (71.48% from 255) = 51.70%
BLUE value IS 26 (10.55% from 255) = 7.39%
R=40.91%
G=51.70%
B=7.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal144182260.2100.860.2974.627540.78
Hex90B61A150561D4b4b29
Octal220266322501263511311351
Binary10010000101101101101010101010101101110110010111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,182,26); }

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

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

 a { background-color: rgb(144,182,26); }

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

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

 span { border-color: rgb(144,182,26); }

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