#92BE1A

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

Shades of Limerick #92BE1A

Tints of Limerick #92BE1A

Color information

#92BE1A (or 0x92BE1A) is unknown color: approx Limerick. HEX triplet: 92, BE and 1A. RGB value is (146,190,26). Sum of RGB (Red+Green+Blue) = 146+190+26=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 190 (74.61% from 255 or 52.49% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 190 - color contains mainly: green. Hex color #92BE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BE1A is #6D41E5. Grayscale: #9E9E9E. Windows color (decimal): -7160294 or 1752722. OLE color: 1752722.

HSL color Cylindrical-coordinate representation of color #92BE1A: hue angle of 76.1º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #92BE1A is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB14619026-
CMYK0.2300.860.25
HSL76.1º75.93%42.35%-
HSV(B)76.1º86.32%74.51%-
XYZ30.4543.017.67-
YUV158.1553.42119.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.33%
GREEN value IS 190 (74.61% from 255) = 52.49%
BLUE value IS 26 (10.55% from 255) = 7.18%
R=40.33%
G=52.49%
B=7.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146190260.2300.860.2576.175.9342.35
Hex92BE1A17056194c4c2a
Octal222276322701263111411452
Binary10010010101111101101010111010101101100110011001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,190,26); }

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

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

 a { background-color: rgb(146,190,26); }

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

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

 span { border-color: rgb(146,190,26); }

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