#92B041

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

Shades of Limerick #92B041

Tints of Limerick #92B041

Color information

#92B041 (or 0x92B041) is unknown color: approx Limerick. HEX triplet: 92, B0 and 41. RGB value is (146,176,65). Sum of RGB (Red+Green+Blue) = 146+176+65=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #92B041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92B041 is #6D4FBE. Grayscale: #9A9A9A. Windows color (decimal): -7163839 or 4305042. OLE color: 4305042.

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

Color convert

RGB14617665-
CMYK0.1700.630.31
HSL76.22º46.06%47.25%-
HSV(B)76.22º63.07%69.02%-
XYZ28.3337.5410.75-
YUV154.3877.56122.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 176 (69.14% from 255) = 45.48%
BLUE value IS 65 (25.78% from 255) = 16.80%
R=37.73%
G=45.48%
B=16.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146176650.1700.630.3176.2246.0647.25
Hex92B0411103F1F4c2e2f
Octal22226010121077371145657
Binary10010010101100001000001100010111111111111001100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,176,65); }

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

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

 a { background-color: rgb(146,176,65); }

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

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

 span { border-color: rgb(146,176,65); }

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