#92AE1A

Color #92AE1A Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #92AE1A

Tints of Limerick #92AE1A

Color information

#92AE1A (or 0x92AE1A) is unknown color: approx Limerick. HEX triplet: 92, AE and 1A. RGB value is (146,174,26). Sum of RGB (Red+Green+Blue) = 146+174+26=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #92AE1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AE1A is #6D51E5. Grayscale: #959595. Windows color (decimal): -7164390 or 1748626. OLE color: 1748626.

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

Color convert

RGB14617426-
CMYK0.1600.850.32
HSL71.35º74%39.22%-
HSV(B)71.35º85.06%68.24%-
XYZ27.1836.466.58-
YUV148.7658.72126.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.20%
GREEN value IS 174 (68.36% from 255) = 50.29%
BLUE value IS 26 (10.55% from 255) = 7.51%
R=42.20%
G=50.29%
B=7.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146174260.1600.850.3271.357439.22
Hex92AE1A1005520474a27
Octal222256322001254010711247
Binary100100101010111011010100000101010110000010001111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #92AE1A;
 }
 .AnyTagClassName
 {
   color: #92AE1A;
 }
</style>
background-color css

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

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

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

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

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

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