#92b618

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

Shades of Limerick #92B618

Tints of Limerick #92B618

Color information

#92B618 (or 0x92B618) is unknown color: approx Limerick. HEX triplet: 92, B6 and 18. RGB value is (146,182,24). Sum of RGB (Red+Green+Blue) = 146+182+24=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 182 (71.48% from 255 or 51.70% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 182 - color contains mainly: green. Hex color #92B618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92B618 is #6D49E7. Grayscale: #999999. Windows color (decimal): -7162344 or 1619602. OLE color: 1619602.

HSL color Cylindrical-coordinate representation of color #92B618: hue angle of 73.67º degrees, saturation: 0.77, 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 #92B618 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB14618224-
CMYK0.2000.870.29
HSL73.67º76.7%40.39%-
HSV(B)73.67º86.81%71.37%-
XYZ28.7539.637-
YUV153.2255.07122.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.48%
GREEN value IS 182 (71.48% from 255) = 51.70%
BLUE value IS 24 (9.77% from 255) = 6.82%
R=41.48%
G=51.70%
B=6.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal146182240.2000.870.2973.6776.740.39
Hex92B618140571D4a4d28
Octal222266302401273511211550
Binary10010010101101101100010100010101111110110010101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92b618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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