#92BC27

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

Shades of Limerick #92BC27

Tints of Limerick #92BC27

Color information

#92BC27 (or 0x92BC27) is unknown color: approx Limerick. HEX triplet: 92, BC and 27. RGB value is (146,188,39). Sum of RGB (Red+Green+Blue) = 146+188+39=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 39 (15.62% from 255 or 10.46% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BC27 is #6D43D8. Grayscale: #9F9F9F. Windows color (decimal): -7160793 or 2604178. OLE color: 2604178.

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

Color convert

RGB14618839-
CMYK0.2200.790.26
HSL76.91º65.64%44.51%-
HSV(B)76.91º79.26%73.73%-
XYZ30.242.228.48-
YUV158.4660.59119.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 188 (73.83% from 255) = 50.40%
BLUE value IS 39 (15.62% from 255) = 10.46%
R=39.14%
G=50.40%
B=10.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal146188390.2200.790.2676.9165.6444.51
Hex92BC271604F1A4d422d
Octal222274472601173211510255
Binary100100101011110010011110110010011111101010011011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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