#92A81F

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

Shades of Limerick #92A81F

Tints of Limerick #92A81F

Color information

#92A81F (or 0x92A81F) is unknown color: approx Limerick. HEX triplet: 92, A8 and 1F. RGB value is (146,168,31). Sum of RGB (Red+Green+Blue) = 146+168+31=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 168 - color contains mainly: green. Hex color #92A81F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A81F is #6D57E0. Grayscale: #929292. Windows color (decimal): -7165921 or 2074770. OLE color: 2074770.

HSL color Cylindrical-coordinate representation of color #92A81F: hue angle of 69.64º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #92A81F is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB14616831-
CMYK0.1300.820.34
HSL69.64º68.84%39.02%-
HSV(B)69.64º81.55%65.88%-
XYZ26.134.226.52-
YUV145.863.21128.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.32%
GREEN value IS 168 (66.02% from 255) = 48.70%
BLUE value IS 31 (12.5% from 255) = 8.99%
R=42.32%
G=48.70%
B=8.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal146168310.1300.820.3469.6468.8439.02
Hex92A81FD05222464527
Octal222250371501224210610547
Binary10010010101010001111111010101001010001010001101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,168,31); }

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

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

 a { background-color: rgb(146,168,31); }

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

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

 span { border-color: rgb(146,168,31); }

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