#92AA1C

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

Shades of Limerick #92AA1C

Tints of Limerick #92AA1C

Color information

#92AA1C (or 0x92AA1C) is unknown color: approx Limerick. HEX triplet: 92, AA and 1C. RGB value is (146,170,28). Sum of RGB (Red+Green+Blue) = 146+170+28=344 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.44% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AA1C is #6D55E3. Grayscale: #939393. Windows color (decimal): -7165412 or 1878674. OLE color: 1878674.

HSL color Cylindrical-coordinate representation of color #92AA1C: hue angle of 70.14º 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 #92AA1C is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB14617028-
CMYK0.1400.840.33
HSL70.14º71.72%38.82%-
HSV(B)70.14º83.53%66.67%-
XYZ26.4434.946.45-
YUV146.6461.05127.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.44%
GREEN value IS 170 (66.80% from 255) = 49.42%
BLUE value IS 28 (11.33% from 255) = 8.14%
R=42.44%
G=49.42%
B=8.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146170280.1400.840.3370.1471.7238.82
Hex92AA1CE05421464827
Octal222252341601244110611047
Binary10010010101010101110011100101010010000110001101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,170,28); }

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

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

 a { background-color: rgb(146,170,28); }

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

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

 span { border-color: rgb(146,170,28); }

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