#92AF40

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

Shades of Limerick #92AF40

Tints of Limerick #92AF40

Color information

#92AF40 (or 0x92AF40) is unknown color: approx Limerick. HEX triplet: 92, AF and 40. RGB value is (146,175,64). Sum of RGB (Red+Green+Blue) = 146+175+64=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #92AF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AF40 is #6D50BF. Grayscale: #9A9A9A. Windows color (decimal): -7164096 or 4239250. OLE color: 4239250.

HSL color Cylindrical-coordinate representation of color #92AF40: hue angle of 75.68º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #92AF40 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB14617564-
CMYK0.1700.630.31
HSL75.68º46.44%46.86%-
HSV(B)75.68º63.43%68.63%-
XYZ28.1137.1410.54-
YUV153.6777.39122.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.92%
GREEN value IS 175 (68.75% from 255) = 45.45%
BLUE value IS 64 (25.39% from 255) = 16.62%
R=37.92%
G=45.45%
B=16.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146175640.1700.630.3175.6846.4446.86
Hex92AF401103F1F4c2e2f
Octal22225710021077371145657
Binary10010010101011111000000100010111111111111001100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,175,64); }

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

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

 a { background-color: rgb(146,175,64); }

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

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

 span { border-color: rgb(146,175,64); }

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