#90B03A

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

Shades of Limerick #90B03A

Tints of Limerick #90B03A

Color information

#90B03A (or 0x90B03A) is unknown color: approx Limerick. HEX triplet: 90, B0 and 3A. RGB value is (144,176,58). Sum of RGB (Red+Green+Blue) = 144+176+58=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #90B03A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90B03A is #6F4FC5. Grayscale: #999999. Windows color (decimal): -7294918 or 3846288. OLE color: 3846288.

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

Color convert

RGB14417658-
CMYK0.1800.670.31
HSL76.27º50.43%45.88%-
HSV(B)76.27º67.05%69.02%-
XYZ27.7937.299.74-
YUV152.9874.4121.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.10%
GREEN value IS 176 (69.14% from 255) = 46.56%
BLUE value IS 58 (23.05% from 255) = 15.34%
R=38.10%
G=46.56%
B=15.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144176580.1800.670.3176.2750.4345.88
Hex90B03A120431F4c322e
Octal22026072220103371146256
Binary10010000101100001110101001001000011111111001100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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