#92B025

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

Shades of Limerick #92B025

Tints of Limerick #92B025

Color information

#92B025 (or 0x92B025) is unknown color: approx Limerick. HEX triplet: 92, B0 and 25. RGB value is (146,176,37). Sum of RGB (Red+Green+Blue) = 146+176+37=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 176 (69.14% from 255 or 49.03% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 176 - color contains mainly: green. Hex color #92B025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92B025 is #6D4FDA. Grayscale: #979797. Windows color (decimal): -7163867 or 2470034. OLE color: 2470034.

HSL color Cylindrical-coordinate representation of color #92B025: hue angle of 72.95º 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 #92B025 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB14617637-
CMYK0.1700.790.31
HSL72.95º65.26%41.76%-
HSV(B)72.95º78.98%69.02%-
XYZ27.7137.37.49-
YUV151.1863.56124.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.67%
GREEN value IS 176 (69.14% from 255) = 49.03%
BLUE value IS 37 (14.84% from 255) = 10.31%
R=40.67%
G=49.03%
B=10.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146176370.1700.790.3172.9565.2641.76
Hex92B0251104F1F49412a
Octal222260452101173711110152
Binary100100101011000010010110001010011111111110010011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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