#92A726

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

Shades of Limerick #92A726

Tints of Limerick #92A726

Color information

#92A726 (or 0x92A726) is unknown color: approx Limerick. HEX triplet: 92, A7 and 26. RGB value is (146,167,38). Sum of RGB (Red+Green+Blue) = 146+167+38=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 167 (65.62% from 255 or 47.58% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 167 - color contains mainly: green. Hex color #92A726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A726 is #6D58D9. Grayscale: #929292. Windows color (decimal): -7166170 or 2533266. OLE color: 2533266.

HSL color Cylindrical-coordinate representation of color #92A726: hue angle of 69.77º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #92A726 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB14616738-
CMYK0.1300.770.35
HSL69.77º62.93%40.2%-
HSV(B)69.77º77.25%65.49%-
XYZ26.0233.897-
YUV146.0167.04127.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.60%
GREEN value IS 167 (65.62% from 255) = 47.58%
BLUE value IS 38 (15.23% from 255) = 10.83%
R=41.60%
G=47.58%
B=10.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal146167380.1300.770.3569.7762.9340.2
Hex92A726D04D23463f28
Octal22224746150115431067750
Binary10010010101001111001101101010011011000111000110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,167,38); }

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

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

 a { background-color: rgb(146,167,38); }

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

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

 span { border-color: rgb(146,167,38); }

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