#92AA35

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

Shades of Limerick #92AA35

Tints of Limerick #92AA35

Color information

#92AA35 (or 0x92AA35) is unknown color: approx Limerick. HEX triplet: 92, AA and 35. RGB value is (146,170,53). Sum of RGB (Red+Green+Blue) = 146+170+53=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AA35 is #6D55CA. Grayscale: #959595. Windows color (decimal): -7165387 or 3517074. OLE color: 3517074.

HSL color Cylindrical-coordinate representation of color #92AA35: hue angle of 72.31º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92AA35 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB14617053-
CMYK0.1400.690.33
HSL72.31º52.47%43.73%-
HSV(B)72.31º68.82%66.67%-
XYZ26.8735.128.73-
YUV149.4973.55125.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.57%
GREEN value IS 170 (66.80% from 255) = 46.07%
BLUE value IS 53 (21.09% from 255) = 14.36%
R=39.57%
G=46.07%
B=14.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146170530.1400.690.3372.3152.4743.73
Hex92AA35E0452148342c
Octal22225265160105411106454
Binary10010010101010101101011110010001011000011001000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,170,53); }

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

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

 a { background-color: rgb(146,170,53); }

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

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

 span { border-color: rgb(146,170,53); }

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