Html Css Color HEX #93BA2C Limerick

📋 copy color: '#93BA2C'

red 147 ◦ green 186 ◦ blue 44

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

Shades of Limerick #93BA2C

Tints of Limerick #93BA2C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.34%

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

R = 38.99%
G = 49.34%
B = 11.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#93BA2C (or 0x93BA2C) is known color: Limerick. HEX triplet: 93, BA and 2C. RGB value is (147,186,44). Sum of RGB (Red+Green+Blue) = 147+186+44=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BA2C is #6C45D3. Grayscale: #9E9E9E. Windows color (decimal): -7095764 or 2931347. OLE color: 2931347.

HSL color Cylindrical-coordinate representation of color #93BA2C: hue angle of 76.48º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #93BA2C is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 186 44 -
CMYK 0.21 0 0.76 0.27
HSL 76.48º 0.62% 0.45% -
HSV(B) 76.48º 0.76% 0.73% -
XYZ 30.05 41.5 8.81 -
YUV 158.15 63.58 120.05 -
System Red Green Blue C M Y K H S L
Decimal 147 186 44 0.21 0 0.76 0.27 76.48 0.62 0.45
Hex 93 BA 2C 15 0 4C 1B 4C 3E 2D
Octal 223 272 54 25 0 114 33 114 76 55
Binary 10010011 10111010 101100 10101 0 1001100 11011 1001100 111110 101101

Color Harmonies of #93BA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BA2C

Black with #93BA2C

Text Example


Text Example

White with #93BA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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