#92AC21

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

Shades of Limerick #92AC21

Tints of Limerick #92AC21

Color information

#92AC21 (or 0x92AC21) is unknown color: approx Limerick. HEX triplet: 92, AC and 21. RGB value is (146,172,33). Sum of RGB (Red+Green+Blue) = 146+172+33=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #92AC21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AC21 is #6D53DE. Grayscale: #949494. Windows color (decimal): -7164895 or 2206866. OLE color: 2206866.

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

Color convert

RGB14617233-
CMYK0.1500.810.33
HSL71.22º67.8%40.2%-
HSV(B)71.22º80.81%67.45%-
XYZ26.8835.736.92-
YUV148.3862.89126.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.60%
GREEN value IS 172 (67.58% from 255) = 49.00%
BLUE value IS 33 (13.28% from 255) = 9.40%
R=41.60%
G=49.00%
B=9.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146172330.1500.810.3371.2267.840.2
Hex92AC21F05121474428
Octal222254411701214110710450
Binary100100101010110010000111110101000110000110001111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,172,33); }

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

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

 a { background-color: rgb(146,172,33); }

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

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

 span { border-color: rgb(146,172,33); }

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