#92AC31

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

Shades of Limerick #92AC31

Tints of Limerick #92AC31

Color information

#92AC31 (or 0x92AC31) is unknown color: approx Limerick. HEX triplet: 92, AC and 31. RGB value is (146,172,49). Sum of RGB (Red+Green+Blue) = 146+172+49=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #92AC31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AC31 is #6D53CE. Grayscale: #969696. Windows color (decimal): -7164879 or 3255442. OLE color: 3255442.

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

Color convert

RGB14617249-
CMYK0.1500.720.33
HSL72.68º55.66%43.33%-
HSV(B)72.68º71.51%67.45%-
XYZ27.1635.848.39-
YUV150.270.89125-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.78%
GREEN value IS 172 (67.58% from 255) = 46.87%
BLUE value IS 49 (19.53% from 255) = 13.35%
R=39.78%
G=46.87%
B=13.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146172490.1500.720.3372.6855.6643.33
Hex92AC31F0482149382b
Octal22225461170110411117053
Binary10010010101011001100011111010010001000011001001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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