#93B72A

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

Shades of Limerick #93B72A

Tints of Limerick #93B72A

Color information

#93B72A (or 0x93B72A) is unknown color: approx Limerick. HEX triplet: 93, B7 and 2A. RGB value is (147,183,42). Sum of RGB (Red+Green+Blue) = 147+183+42=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #93B72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B72A is #6C48D5. Grayscale: #9C9C9C. Windows color (decimal): -7096534 or 2799507. OLE color: 2799507.

HSL color Cylindrical-coordinate representation of color #93B72A: hue angle of 75.32º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #93B72A is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB14718342-
CMYK0.2000.770.28
HSL75.32º62.67%44.12%-
HSV(B)75.32º77.05%71.76%-
XYZ29.3840.248.41-
YUV156.1663.57121.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.52%
GREEN value IS 183 (71.88% from 255) = 49.19%
BLUE value IS 42 (16.80% from 255) = 11.29%
R=39.52%
G=49.19%
B=11.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal147183420.2000.770.2875.3262.6744.12
Hex93B72A1404D1C4b3f2c
Octal22326752240115341137754
Binary10010011101101111010101010001001101111001001011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,183,42); }

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

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

 a { background-color: rgb(147,183,42); }

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

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

 span { border-color: rgb(147,183,42); }

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