#92AC1F

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

Shades of Limerick #92AC1F

Tints of Limerick #92AC1F

Color information

#92AC1F (or 0x92AC1F) is unknown color: approx Limerick. HEX triplet: 92, AC and 1F. RGB value is (146,172,31). Sum of RGB (Red+Green+Blue) = 146+172+31=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 172 - color contains mainly: green. Hex color #92AC1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AC1F is #6D53E0. Grayscale: #949494. Windows color (decimal): -7164897 or 2075794. OLE color: 2075794.

HSL color Cylindrical-coordinate representation of color #92AC1F: hue angle of 71.06º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #92AC1F is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB14617231-
CMYK0.1500.820.33
HSL71.06º69.46%39.8%-
HSV(B)71.06º81.98%67.45%-
XYZ26.8535.716.77-
YUV148.1561.89126.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.83%
GREEN value IS 172 (67.58% from 255) = 49.28%
BLUE value IS 31 (12.5% from 255) = 8.88%
R=41.83%
G=49.28%
B=8.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146172310.1500.820.3371.0669.4639.8
Hex92AC1FF05221474528
Octal222254371701224110710550
Binary10010010101011001111111110101001010000110001111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,172,31); }

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

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

 a { background-color: rgb(146,172,31); }

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

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

 span { border-color: rgb(146,172,31); }

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