Html Css Color HEX #94AB1C Limerick

📋 copy color: '#94AB1C'

red 148 ◦ green 171 ◦ blue 28

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

Shades of Limerick #94AB1C

Tints of Limerick #94AB1C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.28%

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

R = 42.65%
G = 49.28%
B = 8.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#94AB1C (or 0x94AB1C) is known color: Limerick. HEX triplet: 94, AB and 1C. RGB value is (148,171,28). Sum of RGB (Red+Green+Blue) = 148+171+28=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AB1C is #6B54E3. Grayscale: #949494. Windows color (decimal): -7034084 or 1878932. OLE color: 1878932.

HSL color Cylindrical-coordinate representation of color #94AB1C: hue angle of 69.65º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94AB1C is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 171 28 -
CMYK 0.13 0 0.84 0.33
HSL 69.65º 0.72% 0.39% -
HSV(B) 69.65º 0.84% 0.67% -
XYZ 26.99 35.51 6.53 -
YUV 147.82 60.38 128.13 -
System Red Green Blue C M Y K H S L
Decimal 148 171 28 0.13 0 0.84 0.33 69.65 0.72 0.39
Hex 94 AB 1C D 0 54 21 46 48 27
Octal 224 253 34 15 0 124 41 106 110 47
Binary 10010100 10101011 11100 1101 0 1010100 100001 1000110 1001000 100111

Color Harmonies of #94AB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AB1C

Black with #94AB1C

Text Example


Text Example

White with #94AB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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