#92BC1D

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

Shades of Limerick #92BC1D

Tints of Limerick #92BC1D

Color information

#92BC1D (or 0x92BC1D) is unknown color: approx Limerick. HEX triplet: 92, BC and 1D. RGB value is (146,188,29). Sum of RGB (Red+Green+Blue) = 146+188+29=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BC1D is #6D43E2. Grayscale: #9D9D9D. Windows color (decimal): -7160803 or 1948818. OLE color: 1948818.

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

Color convert

RGB14618829-
CMYK0.2200.850.26
HSL75.85º73.27%42.55%-
HSV(B)75.85º84.57%73.73%-
XYZ30.0642.177.72-
YUV157.3255.59119.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.22%
GREEN value IS 188 (73.83% from 255) = 51.79%
BLUE value IS 29 (11.72% from 255) = 7.99%
R=40.22%
G=51.79%
B=7.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal146188290.2200.850.2675.8573.2742.55
Hex92BC1D160551A4c492b
Octal222274352601253211411153
Binary10010010101111001110110110010101011101010011001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BC1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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