Html Css Color HEX #93AB32 Limerick

📋 copy color: '#93AB32'

red 147 ◦ green 171 ◦ blue 50

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

Shades of Limerick #93AB32

Tints of Limerick #93AB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.59%

R = 39.95%
G = 46.47%
B = 13.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#93AB32 (or 0x93AB32) is known color: Limerick. HEX triplet: 93, AB and 32. RGB value is (147,171,50). Sum of RGB (Red+Green+Blue) = 147+171+50=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AB32 is #6C54CD. Grayscale: #969696. Windows color (decimal): -7099598 or 3320723. OLE color: 3320723.

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

Color convert

RGB 147 171 50 -
CMYK 0.14 0 0.71 0.33
HSL 71.9º 0.55% 0.43% -
HSV(B) 71.9º 0.71% 0.67% -
XYZ 27.17 35.56 8.45 -
YUV 150.03 71.55 125.84 -
System Red Green Blue C M Y K H S L
Decimal 147 171 50 0.14 0 0.71 0.33 71.9 0.55 0.43
Hex 93 AB 32 E 0 47 21 48 37 2B
Octal 223 253 62 16 0 107 41 110 67 53
Binary 10010011 10101011 110010 1110 0 1000111 100001 1001000 110111 101011

Color Harmonies of #93AB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AB32

Black with #93AB32

Text Example


Text Example

White with #93AB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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