#90B316

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

Shades of Limerick #90B316

Tints of Limerick #90B316

Color information

#90B316 (or 0x90B316) is unknown color: approx Limerick. HEX triplet: 90, B3 and 16. RGB value is (144,179,22). Sum of RGB (Red+Green+Blue) = 144+179+22=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 179 (70.31% from 255 or 51.88% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 179 - color contains mainly: green. Hex color #90B316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B316 is #6F4CE9. Grayscale: #979797. Windows color (decimal): -7294186 or 1487760. OLE color: 1487760.

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

Color convert

RGB14417922-
CMYK0.2000.880.30
HSL73.38º78.11%39.41%-
HSV(B)73.38º87.71%70.2%-
XYZ27.7738.236.67-
YUV150.6455.4123.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.74%
GREEN value IS 179 (70.31% from 255) = 51.88%
BLUE value IS 22 (8.98% from 255) = 6.38%
R=41.74%
G=51.88%
B=6.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal144179220.2000.880.3073.3878.1139.41
Hex90B316140581E494e27
Octal220263262401303611111647
Binary10010000101100111011010100010110001111010010011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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