Html Css Color HEX #94AD1B Limerick

📋 copy color: '#94AD1B'

red 148 ◦ green 173 ◦ blue 27

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

Shades of Limerick #94AD1B

Tints of Limerick #94AD1B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.71%

 BLUE value IS 27 (10.94% from 255) = 7.76%

R = 42.53%
G = 49.71%
B = 7.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#94AD1B (or 0x94AD1B) is known color: Limerick. HEX triplet: 94, AD and 1B. RGB value is (148,173,27). Sum of RGB (Red+Green+Blue) = 148+173+27=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AD1B is #6B52E4. Grayscale: #959595. Windows color (decimal): -7033573 or 1813908. OLE color: 1813908.

HSL color Cylindrical-coordinate representation of color #94AD1B: hue angle of 70.27º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94AD1B is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 173 27 -
CMYK 0.14 0 0.84 0.32
HSL 70.27º 0.73% 0.39% -
HSV(B) 70.27º 0.84% 0.68% -
XYZ 27.35 36.26 6.59 -
YUV 148.88 59.22 127.37 -
System Red Green Blue C M Y K H S L
Decimal 148 173 27 0.14 0 0.84 0.32 70.27 0.73 0.39
Hex 94 AD 1B E 0 54 20 46 49 27
Octal 224 255 33 16 0 124 40 106 111 47
Binary 10010100 10101101 11011 1110 0 1010100 100000 1000110 1001001 100111

Color Harmonies of #94AD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AD1B

Black with #94AD1B

Text Example


Text Example

White with #94AD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,173,27); }

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

background-color css

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

 a { background-color: rgb(148,173,27); }

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

border-color css

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

 span { border-color: rgb(148,173,27); }

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