#93AF3D

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

Shades of Limerick #93AF3D

Tints of Limerick #93AF3D

Color information

#93AF3D (or 0x93AF3D) is unknown color: approx Limerick. HEX triplet: 93, AF and 3D. RGB value is (147,175,61). Sum of RGB (Red+Green+Blue) = 147+175+61=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AF3D is #6C50C2. Grayscale: #9A9A9A. Windows color (decimal): -7098563 or 4042643. OLE color: 4042643.

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

Color convert

RGB14717561-
CMYK0.1600.650.31
HSL74.74º48.31%46.27%-
HSV(B)74.74º65.14%68.63%-
XYZ28.237.210.11-
YUV153.6375.72123.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.38%
GREEN value IS 175 (68.75% from 255) = 45.69%
BLUE value IS 61 (24.22% from 255) = 15.93%
R=38.38%
G=45.69%
B=15.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147175610.1600.650.3174.7448.3146.27
Hex93AF3D100411F4b302e
Octal22325775200101371136056
Binary10010011101011111111011000001000001111111001011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,175,61); }

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

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

 a { background-color: rgb(147,175,61); }

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

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

 span { border-color: rgb(147,175,61); }

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