#92AD35

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

Shades of Limerick #92AD35

Tints of Limerick #92AD35

Color information

#92AD35 (or 0x92AD35) is unknown color: approx Limerick. HEX triplet: 92, AD and 35. RGB value is (146,173,53). Sum of RGB (Red+Green+Blue) = 146+173+53=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AD35 is #6D52CA. Grayscale: #979797. Windows color (decimal): -7164619 or 3517842. OLE color: 3517842.

HSL color Cylindrical-coordinate representation of color #92AD35: hue angle of 73.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92AD35 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB14617353-
CMYK0.1600.690.32
HSL73.5º53.1%44.31%-
HSV(B)73.5º69.36%67.84%-
XYZ27.4436.268.92-
YUV151.2572.55124.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.25%
GREEN value IS 173 (67.97% from 255) = 46.51%
BLUE value IS 53 (21.09% from 255) = 14.25%
R=39.25%
G=46.51%
B=14.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146173530.1600.690.3273.553.144.31
Hex92AD3510045204a352c
Octal22225565200105401126554
Binary100100101010110111010110000010001011000001001010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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