#92BC1B

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

Shades of Limerick #92BC1B

Tints of Limerick #92BC1B

Color information

#92BC1B (or 0x92BC1B) is unknown color: approx Limerick. HEX triplet: 92, BC and 1B. RGB value is (146,188,27). Sum of RGB (Red+Green+Blue) = 146+188+27=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BC1B is #6D43E4. Grayscale: #9D9D9D. Windows color (decimal): -7160805 or 1817746. OLE color: 1817746.

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

Color convert

RGB14618827-
CMYK0.2200.860.26
HSL75.65º74.88%42.16%-
HSV(B)75.65º85.64%73.73%-
XYZ30.0442.167.59-
YUV157.0954.59120.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.44%
GREEN value IS 188 (73.83% from 255) = 52.08%
BLUE value IS 27 (10.94% from 255) = 7.48%
R=40.44%
G=52.08%
B=7.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal146188270.2200.860.2675.6574.8842.16
Hex92BC1B160561A4c4b2a
Octal222274332601263211411352
Binary10010010101111001101110110010101101101010011001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,188,27); }

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

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

 a { background-color: rgb(146,188,27); }

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

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

 span { border-color: rgb(146,188,27); }

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