#93B01A

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

Shades of Limerick #93B01A

Tints of Limerick #93B01A

Color information

#93B01A (or 0x93B01A) is unknown color: approx Limerick. HEX triplet: 93, B0 and 1A. RGB value is (147,176,26). Sum of RGB (Red+Green+Blue) = 147+176+26=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #93B01A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93B01A is #6C4FE5. Grayscale: #969696. Windows color (decimal): -7098342 or 1749139. OLE color: 1749139.

HSL color Cylindrical-coordinate representation of color #93B01A: hue angle of 71.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #93B01A is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB14717626-
CMYK0.1600.850.31
HSL71.6º74.26%39.61%-
HSV(B)71.6º85.23%69.02%-
XYZ27.7437.336.72-
YUV150.2357.89125.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 176 (69.14% from 255) = 50.43%
BLUE value IS 26 (10.55% from 255) = 7.45%
R=42.12%
G=50.43%
B=7.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147176260.1600.850.3171.674.2639.61
Hex93B01A100551F484a28
Octal223260322001253711011250
Binary10010011101100001101010000010101011111110010001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93B01A; }

 p { color: rgb(147,176,26); }

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

<style>
 a { background-color: #93B01A; }

 a { background-color: rgb(147,176,26); }

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

<style>
 span { border-color: #93B01A; }

 span { border-color: rgb(147,176,26); }

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