#92A52C

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

Shades of Limerick #92A52C

Tints of Limerick #92A52C

Color information

#92A52C (or 0x92A52C) is unknown color: approx Limerick. HEX triplet: 92, A5 and 2C. RGB value is (146,165,44). Sum of RGB (Red+Green+Blue) = 146+165+44=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #92A52C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A52C is #6D5AD3. Grayscale: #919191. Windows color (decimal): -7166676 or 2925970. OLE color: 2925970.

HSL color Cylindrical-coordinate representation of color #92A52C: hue angle of 69.42º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #92A52C is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB14616544-
CMYK0.1200.730.35
HSL69.42º57.89%40.98%-
HSV(B)69.42º73.33%64.71%-
XYZ25.7633.27.43-
YUV145.5270.71128.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.13%
GREEN value IS 165 (64.84% from 255) = 46.48%
BLUE value IS 44 (17.58% from 255) = 12.39%
R=41.13%
G=46.48%
B=12.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal146165440.1200.730.3569.4257.8940.98
Hex92A52CC04923453a29
Octal22224554140111431057251
Binary10010010101001011011001100010010011000111000101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,165,44); }

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

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

 a { background-color: rgb(146,165,44); }

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

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

 span { border-color: rgb(146,165,44); }

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