#92A73C

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

Shades of Limerick #92A73C

Tints of Limerick #92A73C

Color information

#92A73C (or 0x92A73C) is unknown color: approx Limerick. HEX triplet: 92, A7 and 3C. RGB value is (146,167,60). Sum of RGB (Red+Green+Blue) = 146+167+60=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 167 - color contains mainly: green. Hex color #92A73C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A73C is #6D58C3. Grayscale: #949494. Windows color (decimal): -7166148 or 3975058. OLE color: 3975058.

HSL color Cylindrical-coordinate representation of color #92A73C: hue angle of 71.78º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92A73C is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB14616760-
CMYK0.1300.640.35
HSL71.78º47.14%44.51%-
HSV(B)71.78º64.07%65.49%-
XYZ26.4934.079.46-
YUV148.5278.04126.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 167 (65.62% from 255) = 44.77%
BLUE value IS 60 (23.83% from 255) = 16.09%
R=39.14%
G=44.77%
B=16.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal146167600.1300.640.3571.7847.1444.51
Hex92A73CD04023482f2d
Octal22224774150100431105755
Binary10010010101001111111001101010000001000111001000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,167,60); }

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

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

 a { background-color: rgb(146,167,60); }

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

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

 span { border-color: rgb(146,167,60); }

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