Html Css Color HEX #94B31C Limerick

📋 copy color: '#94B31C'

red 148 ◦ green 179 ◦ blue 28

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

Shades of Limerick #94B31C

Tints of Limerick #94B31C

RGB

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

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

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

R = 41.69%
G = 50.42%
B = 7.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#94B31C (or 0x94B31C) is known color: Limerick. HEX triplet: 94, B3 and 1C. RGB value is (148,179,28). Sum of RGB (Red+Green+Blue) = 148+179+28=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #94B31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B31C is #6B4CE3. Grayscale: #999999. Windows color (decimal): -7032036 or 1880980. OLE color: 1880980.

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

Color convert

RGB 148 179 28 -
CMYK 0.17 0 0.84 0.30
HSL 72.32º 0.73% 0.41% -
HSV(B) 72.32º 0.84% 0.7% -
XYZ 28.54 38.62 7.05 -
YUV 152.52 57.73 124.78 -
System Red Green Blue C M Y K H S L
Decimal 148 179 28 0.17 0 0.84 0.30 72.32 0.73 0.41
Hex 94 B3 1C 11 0 54 1E 48 49 29
Octal 224 263 34 21 0 124 36 110 111 51
Binary 10010100 10110011 11100 10001 0 1010100 11110 1001000 1001001 101001

Color Harmonies of #94B31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B31C

Black with #94B31C

Text Example


Text Example

White with #94B31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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