#90B01F

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

Shades of Limerick #90B01F

Tints of Limerick #90B01F

Color information

#90B01F (or 0x90B01F) is unknown color: approx Limerick. HEX triplet: 90, B0 and 1F. RGB value is (144,176,31). Sum of RGB (Red+Green+Blue) = 144+176+31=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #90B01F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90B01F is #6F4FE0. Grayscale: #969696. Windows color (decimal): -7294945 or 2076816. OLE color: 2076816.

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

Color convert

RGB14417631-
CMYK0.1800.820.31
HSL73.24º70.05%40.59%-
HSV(B)73.24º82.39%69.02%-
XYZ27.2737.087.02-
YUV149.960.9123.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.03%
GREEN value IS 176 (69.14% from 255) = 50.14%
BLUE value IS 31 (12.5% from 255) = 8.83%
R=41.03%
G=50.14%
B=8.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144176310.1800.820.3173.2470.0540.59
Hex90B01F120521F494629
Octal220260372201223711110651
Binary10010000101100001111110010010100101111110010011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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