#93B72C

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

Shades of Limerick #93B72C

Tints of Limerick #93B72C

Color information

#93B72C (or 0x93B72C) is unknown color: approx Limerick. HEX triplet: 93, B7 and 2C. RGB value is (147,183,44). Sum of RGB (Red+Green+Blue) = 147+183+44=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #93B72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B72C is #6C48D3. Grayscale: #9C9C9C. Windows color (decimal): -7096532 or 2930579. OLE color: 2930579.

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

Color convert

RGB14718344-
CMYK0.2000.760.28
HSL75.54º61.23%44.51%-
HSV(B)75.54º75.96%71.76%-
XYZ29.4240.258.6-
YUV156.3964.57121.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 183 (71.88% from 255) = 48.93%
BLUE value IS 44 (17.58% from 255) = 11.76%
R=39.30%
G=48.93%
B=11.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal147183440.2000.760.2875.5461.2344.51
Hex93B72C1404C1C4c3d2d
Octal22326754240114341147555
Binary10010011101101111011001010001001100111001001100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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