Html Css Color HEX #93AB19 Limerick

📋 copy color: '#93AB19'

red 147 ◦ green 171 ◦ blue 25

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

Shades of Limerick #93AB19

Tints of Limerick #93AB19

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.85%

 BLUE value IS 25 (10.16% from 255) = 7.29%

R = 42.86%
G = 49.85%
B = 7.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#93AB19 (or 0x93AB19) is known color: Limerick. HEX triplet: 93, AB and 19. RGB value is (147,171,25). Sum of RGB (Red+Green+Blue) = 147+171+25=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AB19 is #6C54E6. Grayscale: #939393. Windows color (decimal): -7099623 or 1682323. OLE color: 1682323.

HSL color Cylindrical-coordinate representation of color #93AB19: hue angle of 69.86º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #93AB19 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 171 25 -
CMYK 0.14 0 0.85 0.33
HSL 69.86º 0.74% 0.38% -
HSV(B) 69.86º 0.85% 0.67% -
XYZ 26.77 35.4 6.34 -
YUV 147.18 59.05 127.87 -
System Red Green Blue C M Y K H S L
Decimal 147 171 25 0.14 0 0.85 0.33 69.86 0.74 0.38
Hex 93 AB 19 E 0 55 21 46 4A 26
Octal 223 253 31 16 0 125 41 106 112 46
Binary 10010011 10101011 11001 1110 0 1010101 100001 1000110 1001010 100110

Color Harmonies of #93AB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AB19

Black with #93AB19

Text Example


Text Example

White with #93AB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,171,25); }

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

background-color css

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

 a { background-color: rgb(147,171,25); }

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

border-color css

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

 span { border-color: rgb(147,171,25); }

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