#92AB41

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

Shades of Limerick #92AB41

Tints of Limerick #92AB41

Color information

#92AB41 (or 0x92AB41) is unknown color: approx Limerick. HEX triplet: 92, AB and 41. RGB value is (146,171,65). Sum of RGB (Red+Green+Blue) = 146+171+65=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AB41 is #6D54BE. Grayscale: #979797. Windows color (decimal): -7165119 or 4303762. OLE color: 4303762.

HSL color Cylindrical-coordinate representation of color #92AB41: hue angle of 74.15º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #92AB41 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB14617165-
CMYK0.1500.620.33
HSL74.15º44.92%46.27%-
HSV(B)74.15º61.99%67.06%-
XYZ27.3735.6210.43-
YUV151.4479.22124.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.22%
GREEN value IS 171 (67.19% from 255) = 44.76%
BLUE value IS 65 (25.78% from 255) = 17.02%
R=38.22%
G=44.76%
B=17.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146171650.1500.620.3374.1544.9246.27
Hex92AB41F03E214a2d2e
Octal22225310117076411125556
Binary10010010101010111000001111101111101000011001010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,171,65); }

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

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

 a { background-color: rgb(146,171,65); }

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

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

 span { border-color: rgb(146,171,65); }

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