#92AD32

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

Shades of Limerick #92AD32

Tints of Limerick #92AD32

Color information

#92AD32 (or 0x92AD32) is unknown color: approx Limerick. HEX triplet: 92, AD and 32. RGB value is (146,173,50). Sum of RGB (Red+Green+Blue) = 146+173+50=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AD32 is #6D52CD. Grayscale: #979797. Windows color (decimal): -7164622 or 3321234. OLE color: 3321234.

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

Color convert

RGB14617350-
CMYK0.1600.710.32
HSL73.17º55.16%43.73%-
HSV(B)73.17º71.1%67.84%-
XYZ27.3736.238.57-
YUV150.971.05124.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.57%
GREEN value IS 173 (67.97% from 255) = 46.88%
BLUE value IS 50 (19.92% from 255) = 13.55%
R=39.57%
G=46.88%
B=13.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146173500.1600.710.3273.1755.1643.73
Hex92AD32100472049372c
Octal22225562200107401116754
Binary100100101010110111001010000010001111000001001001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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