#92A722

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

Shades of Limerick #92A722

Tints of Limerick #92A722

Color information

#92A722 (or 0x92A722) is unknown color: approx Limerick. HEX triplet: 92, A7 and 22. RGB value is (146,167,34). Sum of RGB (Red+Green+Blue) = 146+167+34=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 167 (65.62% from 255 or 48.13% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 167 - color contains mainly: green. Hex color #92A722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A722 is #6D58DD. Grayscale: #929292. Windows color (decimal): -7166174 or 2271122. OLE color: 2271122.

HSL color Cylindrical-coordinate representation of color #92A722: hue angle of 69.47º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #92A722 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB14616734-
CMYK0.1300.800.35
HSL69.47º66.17%39.41%-
HSV(B)69.47º79.64%65.49%-
XYZ25.9633.866.68-
YUV145.5665.04128.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.07%
GREEN value IS 167 (65.62% from 255) = 48.13%
BLUE value IS 34 (13.67% from 255) = 9.80%
R=42.07%
G=48.13%
B=9.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal146167340.1300.800.3569.4766.1739.41
Hex92A722D05023454227
Octal222247421501204310510247
Binary100100101010011110001011010101000010001110001011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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