#92AE1D

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

Shades of Limerick #92AE1D

Tints of Limerick #92AE1D

Color information

#92AE1D (or 0x92AE1D) is unknown color: approx Limerick. HEX triplet: 92, AE and 1D. RGB value is (146,174,29). Sum of RGB (Red+Green+Blue) = 146+174+29=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #92AE1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AE1D is #6D51E2. Grayscale: #959595. Windows color (decimal): -7164387 or 1945234. OLE color: 1945234.

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

Color convert

RGB14617429-
CMYK0.1600.830.32
HSL71.59º71.43%39.8%-
HSV(B)71.59º83.33%68.24%-
XYZ27.2136.476.77-
YUV149.160.22125.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.83%
GREEN value IS 174 (68.36% from 255) = 49.86%
BLUE value IS 29 (11.72% from 255) = 8.31%
R=41.83%
G=49.86%
B=8.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146174290.1600.830.3271.5971.4339.8
Hex92AE1D1005320484728
Octal222256352001234011010750
Binary100100101010111011101100000101001110000010010001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,174,29); }

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

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

 a { background-color: rgb(146,174,29); }

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

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

 span { border-color: rgb(146,174,29); }

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