#93B333

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

Shades of Limerick #93B333

Tints of Limerick #93B333

Color information

#93B333 (or 0x93B333) is unknown color: approx Limerick. HEX triplet: 93, B3 and 33. RGB value is (147,179,51). Sum of RGB (Red+Green+Blue) = 147+179+51=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #93B333 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B333 is #6C4CCC. Grayscale: #9B9B9B. Windows color (decimal): -7097549 or 3388307. OLE color: 3388307.

HSL color Cylindrical-coordinate representation of color #93B333: hue angle of 75º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #93B333 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB14717951-
CMYK0.1800.720.30
HSL75º55.65%45.1%-
HSV(B)75º71.51%70.2%-
XYZ28.7538.689.08-
YUV154.8469.4122.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.99%
GREEN value IS 179 (70.31% from 255) = 47.48%
BLUE value IS 51 (20.31% from 255) = 13.53%
R=38.99%
G=47.48%
B=13.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal147179510.1800.720.307555.6545.1
Hex93B333120481E4b382d
Octal22326363220110361137055
Binary10010011101100111100111001001001000111101001011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,179,51); }

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

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

 a { background-color: rgb(147,179,51); }

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

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

 span { border-color: rgb(147,179,51); }

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