#92AF19

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

Shades of Limerick #92AF19

Tints of Limerick #92AF19

Color information

#92AF19 (or 0x92AF19) is unknown color: approx Limerick. HEX triplet: 92, AF and 19. RGB value is (146,175,25). Sum of RGB (Red+Green+Blue) = 146+175+25=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #92AF19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92AF19 is #6D50E6. Grayscale: #959595. Windows color (decimal): -7164135 or 1683346. OLE color: 1683346.

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

Color convert

RGB14617525-
CMYK0.1700.860.31
HSL71.6º75%39.22%-
HSV(B)71.6º85.71%68.63%-
XYZ27.3636.846.59-
YUV149.2357.89125.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.20%
GREEN value IS 175 (68.75% from 255) = 50.58%
BLUE value IS 25 (10.16% from 255) = 7.23%
R=42.20%
G=50.58%
B=7.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146175250.1700.860.3171.67539.22
Hex92AF19110561F484b27
Octal222257312101263711011347
Binary10010010101011111100110001010101101111110010001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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