#92B43E

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

Shades of Limerick #92B43E

Tints of Limerick #92B43E

Color information

#92B43E (or 0x92B43E) is unknown color: approx Limerick. HEX triplet: 92, B4 and 3E. RGB value is (146,180,62). Sum of RGB (Red+Green+Blue) = 146+180+62=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #92B43E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B43E is #6D4BC1. Grayscale: #9C9C9C. Windows color (decimal): -7162818 or 4109458. OLE color: 4109458.

HSL color Cylindrical-coordinate representation of color #92B43E: hue angle of 77.29º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #92B43E is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB14618062-
CMYK0.1900.660.29
HSL77.29º48.76%47.45%-
HSV(B)77.29º65.56%70.59%-
XYZ29.0439.110.57-
YUV156.3874.74120.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.63%
GREEN value IS 180 (70.70% from 255) = 46.39%
BLUE value IS 62 (24.61% from 255) = 15.98%
R=37.63%
G=46.39%
B=15.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal146180620.1900.660.2977.2948.7647.45
Hex92B43E130421D4d312f
Octal22226476230102351156157
Binary10010010101101001111101001101000010111011001101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,180,62); }

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

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

 a { background-color: rgb(146,180,62); }

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

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

 span { border-color: rgb(146,180,62); }

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