#92B13D

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

Shades of Limerick #92B13D

Tints of Limerick #92B13D

Color information

#92B13D (or 0x92B13D) is unknown color: approx Limerick. HEX triplet: 92, B1 and 3D. RGB value is (146,177,61). Sum of RGB (Red+Green+Blue) = 146+177+61=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 177 - color contains mainly: green. Hex color #92B13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92B13D is #6D4EC2. Grayscale: #9A9A9A. Windows color (decimal): -7163587 or 4043154. OLE color: 4043154.

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

Color convert

RGB14617761-
CMYK0.1800.660.31
HSL76.03º48.74%46.67%-
HSV(B)76.03º65.54%69.41%-
XYZ28.4237.8910.23-
YUV154.5175.23121.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.02%
GREEN value IS 177 (69.53% from 255) = 46.09%
BLUE value IS 61 (24.22% from 255) = 15.89%
R=38.02%
G=46.09%
B=15.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146177610.1800.660.3176.0348.7446.67
Hex92B13D120421F4c312f
Octal22226175220102371146157
Binary10010010101100011111011001001000010111111001100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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