#90B732

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

Shades of Limerick #90B732

Tints of Limerick #90B732

Color information

#90B732 (or 0x90B732) is unknown color: approx Limerick. HEX triplet: 90, B7 and 32. RGB value is (144,183,50). Sum of RGB (Red+Green+Blue) = 144+183+50=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #90B732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B732 is #6F48CD. Grayscale: #9C9C9C. Windows color (decimal): -7293134 or 3323792. OLE color: 3323792.

HSL color Cylindrical-coordinate representation of color #90B732: hue angle of 77.59º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90B732 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB14418350-
CMYK0.2100.730.28
HSL77.59º57.08%45.69%-
HSV(B)77.59º72.68%71.76%-
XYZ29.0140.039.21-
YUV156.1868.08119.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.20%
GREEN value IS 183 (71.88% from 255) = 48.54%
BLUE value IS 50 (19.92% from 255) = 13.26%
R=38.20%
G=48.54%
B=13.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal144183500.2100.730.2877.5957.0845.69
Hex90B732150491C4e392e
Octal22026762250111341167156
Binary10010000101101111100101010101001001111001001110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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