#85A714

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

Shades of Limerick #85A714

Tints of Limerick #85A714

Color information

#85A714 (or 0x85A714) is unknown color: approx Limerick. HEX triplet: 85, A7 and 14. RGB value is (133,167,20). Sum of RGB (Red+Green+Blue) = 133+167+20=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 167 (65.62% from 255 or 52.19% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 167 - color contains mainly: green. Hex color #85A714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A714 is #7A58EB. Grayscale: #8C8C8C. Windows color (decimal): -8018156 or 1353605. OLE color: 1353605.

HSL color Cylindrical-coordinate representation of color #85A714: hue angle of 73.88º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85A714 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB13316720-
CMYK0.2000.880.35
HSL73.88º78.61%36.67%-
HSV(B)73.88º88.02%65.49%-
XYZ23.6232.675.72-
YUV140.0860.24122.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 167 (65.62% from 255) = 52.19%
BLUE value IS 20 (8.20% from 255) = 6.25%
R=41.56%
G=52.19%
B=6.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133167200.2000.880.3573.8878.6136.67
Hex85A71414058234a4f25
Octal205247242401304311211745
Binary100001011010011110100101000101100010001110010101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,167,20); }

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

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

 a { background-color: rgb(133,167,20); }

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

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

 span { border-color: rgb(133,167,20); }

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