#92B43D

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

Shades of Limerick #92B43D

Tints of Limerick #92B43D

Color information

#92B43D (or 0x92B43D) is unknown color: approx Limerick. HEX triplet: 92, B4 and 3D. RGB value is (146,180,61). Sum of RGB (Red+Green+Blue) = 146+180+61=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #92B43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B43D is #6D4BC2. Grayscale: #9C9C9C. Windows color (decimal): -7162819 or 4043922. OLE color: 4043922.

HSL color Cylindrical-coordinate representation of color #92B43D: hue angle of 77.14º 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 #92B43D is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB14618061-
CMYK0.1900.660.29
HSL77.14º49.38%47.25%-
HSV(B)77.14º66.11%70.59%-
XYZ29.0239.0910.43-
YUV156.2774.24120.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 180 (70.70% from 255) = 46.51%
BLUE value IS 61 (24.22% from 255) = 15.76%
R=37.73%
G=46.51%
B=15.76%

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
Decimal146180610.1900.660.2977.1449.3847.25
Hex92B43D130421D4d312f
Octal22226475230102351156157
Binary10010010101101001111011001101000010111011001101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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