#92B418

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

Shades of Limerick #92B418

Tints of Limerick #92B418

Color information

#92B418 (or 0x92B418) is unknown color: approx Limerick. HEX triplet: 92, B4 and 18. RGB value is (146,180,24). Sum of RGB (Red+Green+Blue) = 146+180+24=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #92B418 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92B418 is #6D4BE7. Grayscale: #989898. Windows color (decimal): -7162856 or 1619090. OLE color: 1619090.

HSL color Cylindrical-coordinate representation of color #92B418: hue angle of 73.08º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #92B418 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB14618024-
CMYK0.1900.870.29
HSL73.08º76.47%40%-
HSV(B)73.08º86.67%70.59%-
XYZ28.3438.826.86-
YUV152.0555.74123.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.71%
GREEN value IS 180 (70.70% from 255) = 51.43%
BLUE value IS 24 (9.77% from 255) = 6.86%
R=41.71%
G=51.43%
B=6.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal146180240.1900.870.2973.0876.4740
Hex92B418130571D494c28
Octal222264302301273511111450
Binary10010010101101001100010011010101111110110010011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,180,24); }

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

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

 a { background-color: rgb(146,180,24); }

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

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

 span { border-color: rgb(146,180,24); }

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