#92B831

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

Shades of Limerick #92B831

Tints of Limerick #92B831

Color information

#92B831 (or 0x92B831) is unknown color: approx Limerick. HEX triplet: 92, B8 and 31. RGB value is (146,184,49). Sum of RGB (Red+Green+Blue) = 146+184+49=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #92B831 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B831 is #6D47CE. Grayscale: #9D9D9D. Windows color (decimal): -7161807 or 3258514. OLE color: 3258514.

HSL color Cylindrical-coordinate representation of color #92B831: hue angle of 76.89º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #92B831 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB14618449-
CMYK0.2100.730.28
HSL76.89º57.94%45.69%-
HSV(B)76.89º73.37%72.16%-
XYZ29.5540.619.19-
YUV157.2566.91119.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.52%
GREEN value IS 184 (72.27% from 255) = 48.55%
BLUE value IS 49 (19.53% from 255) = 12.93%
R=38.52%
G=48.55%
B=12.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal146184490.2100.730.2876.8957.9445.69
Hex92B831150491C4d3a2e
Octal22227061250111341157256
Binary10010010101110001100011010101001001111001001101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,184,49); }

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

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

 a { background-color: rgb(146,184,49); }

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

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

 span { border-color: rgb(146,184,49); }

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