#92A831

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

Shades of Limerick #92A831

Tints of Limerick #92A831

Color information

#92A831 (or 0x92A831) is unknown color: approx Limerick. HEX triplet: 92, A8 and 31. RGB value is (146,168,49). Sum of RGB (Red+Green+Blue) = 146+168+49=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 168 - color contains mainly: green. Hex color #92A831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A831 is #6D57CE. Grayscale: #949494. Windows color (decimal): -7165903 or 3254418. OLE color: 3254418.

HSL color Cylindrical-coordinate representation of color #92A831: hue angle of 71.09º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #92A831 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB14616849-
CMYK0.1300.710.34
HSL71.09º54.84%42.55%-
HSV(B)71.09º70.83%65.88%-
XYZ26.4134.348.14-
YUV147.8672.21126.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.22%
GREEN value IS 168 (66.02% from 255) = 46.28%
BLUE value IS 49 (19.53% from 255) = 13.50%
R=40.22%
G=46.28%
B=13.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal146168490.1300.710.3471.0954.8442.55
Hex92A831D0472247372b
Octal22225061150107421076753
Binary10010010101010001100011101010001111000101000111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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