#92B43A

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

Shades of Limerick #92B43A

Tints of Limerick #92B43A

Color information

#92B43A (or 0x92B43A) is unknown color: approx Limerick. HEX triplet: 92, B4 and 3A. RGB value is (146,180,58). Sum of RGB (Red+Green+Blue) = 146+180+58=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #92B43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B43A is #6D4BC5. Grayscale: #9C9C9C. Windows color (decimal): -7162822 or 3847314. OLE color: 3847314.

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

Color convert

RGB14618058-
CMYK0.1900.680.29
HSL76.72º51.26%46.67%-
HSV(B)76.72º67.78%70.59%-
XYZ28.9439.0610.02-
YUV155.9372.74120.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.02%
GREEN value IS 180 (70.70% from 255) = 46.88%
BLUE value IS 58 (23.05% from 255) = 15.10%
R=38.02%
G=46.88%
B=15.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal146180580.1900.680.2976.7251.2646.67
Hex92B43A130441D4d332f
Octal22226472230104351156357
Binary10010010101101001110101001101000100111011001101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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