Html Css Color HEX #94B325 Limerick

📋 copy color: '#94B325'

red 148 ◦ green 179 ◦ blue 37

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

Shades of Limerick #94B325

Tints of Limerick #94B325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.16%

R = 40.66%
G = 49.18%
B = 10.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#94B325 (or 0x94B325) is known color: Limerick. HEX triplet: 94, B3 and 25. RGB value is (148,179,37). Sum of RGB (Red+Green+Blue) = 148+179+37=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 179 (70.31% from 255 or 49.18% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 179 - color contains mainly: green. Hex color #94B325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B325 is #6B4CDA. Grayscale: #9A9A9A. Windows color (decimal): -7032027 or 2470804. OLE color: 2470804.

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

Color convert

RGB 148 179 37 -
CMYK 0.17 0 0.79 0.30
HSL 73.1º 0.66% 0.42% -
HSV(B) 73.1º 0.79% 0.7% -
XYZ 28.67 38.67 7.7 -
YUV 153.54 62.23 124.05 -
System Red Green Blue C M Y K H S L
Decimal 148 179 37 0.17 0 0.79 0.30 73.1 0.66 0.42
Hex 94 B3 25 11 0 4F 1E 49 42 2A
Octal 224 263 45 21 0 117 36 111 102 52
Binary 10010100 10110011 100101 10001 0 1001111 11110 1001001 1000010 101010

Color Harmonies of #94B325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B325

Black with #94B325

Text Example


Text Example

White with #94B325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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