#90B320

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

Shades of Limerick #90B320

Tints of Limerick #90B320

Color information

#90B320 (or 0x90B320) is unknown color: approx Limerick. HEX triplet: 90, B3 and 20. RGB value is (144,179,32). Sum of RGB (Red+Green+Blue) = 144+179+32=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #90B320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B320 is #6F4CDF. Grayscale: #989898. Windows color (decimal): -7294176 or 2143120. OLE color: 2143120.

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

Color convert

RGB14417932-
CMYK0.2000.820.30
HSL74.29º69.67%41.37%-
HSV(B)74.29º82.12%70.2%-
XYZ27.8838.277.28-
YUV151.7860.4122.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.56%
GREEN value IS 179 (70.31% from 255) = 50.42%
BLUE value IS 32 (12.89% from 255) = 9.01%
R=40.56%
G=50.42%
B=9.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal144179320.2000.820.3074.2969.6741.37
Hex90B320140521E4a4629
Octal220263402401223611210651
Binary100100001011001110000010100010100101111010010101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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