#85AF1C

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

Shades of Limerick #85AF1C

Tints of Limerick #85AF1C

Color information

#85AF1C (or 0x85AF1C) is unknown color: approx Limerick. HEX triplet: 85, AF and 1C. RGB value is (133,175,28). Sum of RGB (Red+Green+Blue) = 133+175+28=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AF1C is #7A50E3. Grayscale: #929292. Windows color (decimal): -8016100 or 1879941. OLE color: 1879941.

HSL color Cylindrical-coordinate representation of color #85AF1C: hue angle of 77.14º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85AF1C is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB13317528-
CMYK0.2400.840.31
HSL77.14º72.41%39.8%-
HSV(B)77.14º84%68.63%-
XYZ25.2135.736.67-
YUV145.6861.59118.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 175 (68.75% from 255) = 52.08%
BLUE value IS 28 (11.33% from 255) = 8.33%
R=39.58%
G=52.08%
B=8.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133175280.2400.840.3177.1472.4139.8
Hex85AF1C180541F4d4828
Octal205257343001243711511050
Binary10000101101011111110011000010101001111110011011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85AF1C; }

 p { color: rgb(133,175,28); }

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

<style>
 a { background-color: #85AF1C; }

 a { background-color: rgb(133,175,28); }

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

<style>
 span { border-color: #85AF1C; }

 span { border-color: rgb(133,175,28); }

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