#92AD36

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

Shades of Limerick #92AD36

Tints of Limerick #92AD36

Color information

#92AD36 (or 0x92AD36) is unknown color: approx Limerick. HEX triplet: 92, AD and 36. RGB value is (146,173,54). Sum of RGB (Red+Green+Blue) = 146+173+54=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AD36 is #6D52C9. Grayscale: #979797. Windows color (decimal): -7164618 or 3583378. OLE color: 3583378.

HSL color Cylindrical-coordinate representation of color #92AD36: hue angle of 73.61º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92AD36 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB14617354-
CMYK0.1600.690.32
HSL73.61º52.42%44.51%-
HSV(B)73.61º68.79%67.84%-
XYZ27.4636.269.04-
YUV151.3673.05124.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 173 (67.97% from 255) = 46.38%
BLUE value IS 54 (21.48% from 255) = 14.48%
R=39.14%
G=46.38%
B=14.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146173540.1600.690.3273.6152.4244.51
Hex92AD3610045204a342d
Octal22225566200105401126455
Binary100100101010110111011010000010001011000001001010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,173,54); }

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

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

 a { background-color: rgb(146,173,54); }

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

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

 span { border-color: rgb(146,173,54); }

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