Html Css Color HEX #93A82C Limerick

📋 copy color: '#93A82C'

red 147 ◦ green 168 ◦ blue 44

#93A82C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #93A82C

Tints of Limerick #93A82C

RGB

 RED value IS 147 (57.81% from 255) = 40.95%

 GREEN value IS 168 (66.02% from 255) = 46.8%

 BLUE value IS 44 (17.58% from 255) = 12.26%

R = 40.95%
G = 46.8%
B = 12.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#93A82C (or 0x93A82C) is known color: Limerick. HEX triplet: 93, A8 and 2C. RGB value is (147,168,44). Sum of RGB (Red+Green+Blue) = 147+168+44=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 168 - color contains mainly: green. Hex color #93A82C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A82C is #6C57D3. Grayscale: #949494. Windows color (decimal): -7100372 or 2926739. OLE color: 2926739.

HSL color Cylindrical-coordinate representation of color #93A82C: hue angle of 70.16º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #93A82C is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 147 168 44 -
CMYK 0.13 0 0.74 0.34
HSL 70.16º 0.58% 0.42% -
HSV(B) 70.16º 0.74% 0.66% -
XYZ 26.49 34.39 7.62 -
YUV 147.59 69.54 127.58 -
System Red Green Blue C M Y K H S L
Decimal 147 168 44 0.13 0 0.74 0.34 70.16 0.58 0.42
Hex 93 A8 2C D 0 4A 22 46 3A 2A
Octal 223 250 54 15 0 112 42 106 72 52
Binary 10010011 10101000 101100 1101 0 1001010 100010 1000110 111010 101010

Color Harmonies of #93A82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A82C

Black with #93A82C

Text Example


Text Example

White with #93A82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93A82C;
 }
 .AnyTagClassName
 {
   color: #93A82C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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