Html Css Color HEX #94B329 Limerick

📋 copy color: '#94B329'

red 148 ◦ green 179 ◦ blue 41

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

Shades of Limerick #94B329

Tints of Limerick #94B329

RGB

 RED value IS 148 (58.2% from 255) = 40.22%

 GREEN value IS 179 (70.31% from 255) = 48.64%

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

R = 40.22%
G = 48.64%
B = 11.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#94B329 (or 0x94B329) is known color: Limerick. HEX triplet: 94, B3 and 29. RGB value is (148,179,41). Sum of RGB (Red+Green+Blue) = 148+179+41=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 179 - color contains mainly: green. Hex color #94B329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B329 is #6B4CD6. Grayscale: #9A9A9A. Windows color (decimal): -7032023 or 2732948. OLE color: 2732948.

HSL color Cylindrical-coordinate representation of color #94B329: hue angle of 73.48º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94B329 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 179 41 -
CMYK 0.17 0 0.77 0.30
HSL 73.48º 0.63% 0.43% -
HSV(B) 73.48º 0.77% 0.7% -
XYZ 28.73 38.7 8.05 -
YUV 154 64.23 123.72 -
System Red Green Blue C M Y K H S L
Decimal 148 179 41 0.17 0 0.77 0.30 73.48 0.63 0.43
Hex 94 B3 29 11 0 4D 1E 49 3F 2B
Octal 224 263 51 21 0 115 36 111 77 53
Binary 10010100 10110011 101001 10001 0 1001101 11110 1001001 111111 101011

Color Harmonies of #94B329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B329

Black with #94B329

Text Example


Text Example

White with #94B329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94B329; }

 p { color: rgb(148,179,41); }

 H1.HeaderClassName
 {
   color: #94B329;
 }
 .AnyTagClassName
 {
   color: #94B329;
 }
</style>

background-color css

<style>
 a { background-color: #94B329; }

 a { background-color: rgb(148,179,41); }

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

border-color css

<style>
 span { border-color: #94B329; }

 span { border-color: rgb(148,179,41); }

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