Html Css Color HEX #92AE19 Limerick

📋 copy color: '#92AE19'

red 146 ◦ green 174 ◦ blue 25

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

Shades of Limerick #92AE19

Tints of Limerick #92AE19

RGB

 RED value IS 146 (57.42% from 255) = 42.32%

 GREEN value IS 174 (68.36% from 255) = 50.43%

 BLUE value IS 25 (10.16% from 255) = 7.25%

R = 42.32%
G = 50.43%
B = 7.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#92AE19 (or 0x92AE19) is known color: Limerick. HEX triplet: 92, AE and 19. RGB value is (146,174,25). Sum of RGB (Red+Green+Blue) = 146+174+25=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #92AE19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92AE19 is #6D51E6. Grayscale: #959595. Windows color (decimal): -7164391 or 1683090. OLE color: 1683090.

HSL color Cylindrical-coordinate representation of color #92AE19: hue angle of 71.28º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #92AE19 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 174 25 -
CMYK 0.16 0 0.86 0.32
HSL 71.28º 0.75% 0.39% -
HSV(B) 71.28º 0.86% 0.68% -
XYZ 27.17 36.45 6.52 -
YUV 148.64 58.22 126.12 -
System Red Green Blue C M Y K H S L
Decimal 146 174 25 0.16 0 0.86 0.32 71.28 0.75 0.39
Hex 92 AE 19 10 0 56 20 47 4B 27
Octal 222 256 31 20 0 126 40 107 113 47
Binary 10010010 10101110 11001 10000 0 1010110 100000 1000111 1001011 100111

Color Harmonies of #92AE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AE19

Black with #92AE19

Text Example


Text Example

White with #92AE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92AE19; }

 p { color: rgb(146,174,25); }

 H1.HeaderClassName
 {
   color: #92AE19;
 }
 .AnyTagClassName
 {
   color: #92AE19;
 }
</style>

background-color css

<style>
 a { background-color: #92AE19; }

 a { background-color: rgb(146,174,25); }

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

border-color css

<style>
 span { border-color: #92AE19; }

 span { border-color: rgb(146,174,25); }

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