#90B036

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

Shades of Limerick #90B036

Tints of Limerick #90B036

Color information

#90B036 (or 0x90B036) is unknown color: approx Limerick. HEX triplet: 90, B0 and 36. RGB value is (144,176,54). Sum of RGB (Red+Green+Blue) = 144+176+54=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #90B036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90B036 is #6F4FC9. Grayscale: #989898. Windows color (decimal): -7294922 or 3584144. OLE color: 3584144.

HSL color Cylindrical-coordinate representation of color #90B036: hue angle of 75.74º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90B036 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB14417654-
CMYK0.1800.690.31
HSL75.74º53.04%45.1%-
HSV(B)75.74º69.32%69.02%-
XYZ27.6937.259.22-
YUV152.5272.4121.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.50%
GREEN value IS 176 (69.14% from 255) = 47.06%
BLUE value IS 54 (21.48% from 255) = 14.44%
R=38.50%
G=47.06%
B=14.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144176540.1800.690.3175.7453.0445.1
Hex90B036120451F4c352d
Octal22026066220105371146555
Binary10010000101100001101101001001000101111111001100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,176,54); }

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

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

 a { background-color: rgb(144,176,54); }

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

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

 span { border-color: rgb(144,176,54); }

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