#93B035

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

Shades of Limerick #93B035

Tints of Limerick #93B035

Color information

#93B035 (or 0x93B035) is unknown color: approx Limerick. HEX triplet: 93, B0 and 35. RGB value is (147,176,53). Sum of RGB (Red+Green+Blue) = 147+176+53=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 176 - color contains mainly: green. Hex color #93B035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93B035 is #6C4FCA. Grayscale: #999999. Windows color (decimal): -7098315 or 3518611. OLE color: 3518611.

HSL color Cylindrical-coordinate representation of color #93B035: hue angle of 74.15º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93B035 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB14717653-
CMYK0.1600.700.31
HSL74.15º53.71%44.9%-
HSV(B)74.15º69.89%69.02%-
XYZ28.237.519.12-
YUV153.3171.39123.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 176 (69.14% from 255) = 46.81%
BLUE value IS 53 (21.09% from 255) = 14.10%
R=39.10%
G=46.81%
B=14.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147176530.1600.700.3174.1553.7144.9
Hex93B035100461F4a362d
Octal22326065200106371126655
Binary10010011101100001101011000001000110111111001010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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