Html Css Color HEX #93B929 Limerick

📋 copy color: '#93B929'

red 147 ◦ green 185 ◦ blue 41

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

Shades of Limerick #93B929

Tints of Limerick #93B929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.6%

 BLUE value IS 41 (16.41% from 255) = 10.99%

R = 39.41%
G = 49.6%
B = 10.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#93B929 (or 0x93B929) is known color: Limerick. HEX triplet: 93, B9 and 29. RGB value is (147,185,41). Sum of RGB (Red+Green+Blue) = 147+185+41=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 41 (16.41% from 255 or 10.99% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #93B929 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B929 is #6C46D6. Grayscale: #9D9D9D. Windows color (decimal): -7096023 or 2734483. OLE color: 2734483.

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

Color convert

RGB 147 185 41 -
CMYK 0.21 0 0.78 0.27
HSL 75.83º 0.64% 0.44% -
HSV(B) 75.83º 0.78% 0.73% -
XYZ 29.78 41.06 8.45 -
YUV 157.22 62.41 120.71 -
System Red Green Blue C M Y K H S L
Decimal 147 185 41 0.21 0 0.78 0.27 75.83 0.64 0.44
Hex 93 B9 29 15 0 4E 1B 4C 40 2C
Octal 223 271 51 25 0 116 33 114 100 54
Binary 10010011 10111001 101001 10101 0 1001110 11011 1001100 1000000 101100

Color Harmonies of #93B929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B929

Black with #93B929

Text Example


Text Example

White with #93B929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,185,41); }

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

background-color css

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

 a { background-color: rgb(147,185,41); }

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

border-color css

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

 span { border-color: rgb(147,185,41); }

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