#92B126

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

Shades of Limerick #92B126

Tints of Limerick #92B126

Color information

#92B126 (or 0x92B126) is unknown color: approx Limerick. HEX triplet: 92, B1 and 26. RGB value is (146,177,38). Sum of RGB (Red+Green+Blue) = 146+177+38=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #92B126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92B126 is #6D4ED9. Grayscale: #989898. Windows color (decimal): -7163610 or 2535826. OLE color: 2535826.

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

Color convert

RGB14617738-
CMYK0.1800.790.31
HSL73.38º64.65%42.16%-
HSV(B)73.38º78.53%69.41%-
XYZ27.9337.77.64-
YUV151.8863.73123.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.44%
GREEN value IS 177 (69.53% from 255) = 49.03%
BLUE value IS 38 (15.23% from 255) = 10.53%
R=40.44%
G=49.03%
B=10.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146177380.1800.790.3173.3864.6542.16
Hex92B1261204F1F49412a
Octal222261462201173711110152
Binary100100101011000110011010010010011111111110010011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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