Html Css Color HEX #93B81C Limerick

📋 copy color: '#93B81C'

red 147 ◦ green 184 ◦ blue 28

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

Shades of Limerick #93B81C

Tints of Limerick #93B81C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.25%

 BLUE value IS 28 (11.33% from 255) = 7.8%

R = 40.95%
G = 51.25%
B = 7.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#93B81C (or 0x93B81C) is known color: Limerick. HEX triplet: 93, B8 and 1C. RGB value is (147,184,28). Sum of RGB (Red+Green+Blue) = 147+184+28=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 184 (72.27% from 255 or 51.25% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 184 - color contains mainly: green. Hex color #93B81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B81C is #6C47E3. Grayscale: #9B9B9B. Windows color (decimal): -7096292 or 1882259. OLE color: 1882259.

HSL color Cylindrical-coordinate representation of color #93B81C: hue angle of 74.23º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #93B81C is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 147 184 28 -
CMYK 0.20 0 0.85 0.28
HSL 74.23º 0.74% 0.42% -
HSV(B) 74.23º 0.85% 0.72% -
XYZ 29.38 40.57 7.38 -
YUV 155.15 56.24 122.18 -
System Red Green Blue C M Y K H S L
Decimal 147 184 28 0.20 0 0.85 0.28 74.23 0.74 0.42
Hex 93 B8 1C 14 0 55 1C 4A 4A 2A
Octal 223 270 34 24 0 125 34 112 112 52
Binary 10010011 10111000 11100 10100 0 1010101 11100 1001010 1001010 101010

Color Harmonies of #93B81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B81C

Black with #93B81C

Text Example


Text Example

White with #93B81C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,184,28); }

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

background-color css

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

 a { background-color: rgb(147,184,28); }

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

border-color css

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

 span { border-color: rgb(147,184,28); }

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