#92B819

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

Shades of Limerick #92B819

Tints of Limerick #92B819

Color information

#92B819 (or 0x92B819) is unknown color: approx Limerick. HEX triplet: 92, B8 and 19. RGB value is (146,184,25). Sum of RGB (Red+Green+Blue) = 146+184+25=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #92B819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92B819 is #6D47E6. Grayscale: #9B9B9B. Windows color (decimal): -7161831 or 1685650. OLE color: 1685650.

HSL color Cylindrical-coordinate representation of color #92B819: hue angle of 74.34º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #92B819 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB14618425-
CMYK0.2100.860.28
HSL74.34º76.08%40.98%-
HSV(B)74.34º86.41%72.16%-
XYZ29.1740.467.19-
YUV154.5154.91121.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.13%
GREEN value IS 184 (72.27% from 255) = 51.83%
BLUE value IS 25 (10.16% from 255) = 7.04%
R=41.13%
G=51.83%
B=7.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal146184250.2100.860.2874.3476.0840.98
Hex92B819150561C4a4c29
Octal222270312501263411211451
Binary10010010101110001100110101010101101110010010101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,184,25); }

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

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

 a { background-color: rgb(146,184,25); }

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

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

 span { border-color: rgb(146,184,25); }

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