#85A318

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

Shades of Limerick #85A318

Tints of Limerick #85A318

Color information

#85A318 (or 0x85A318) is unknown color: approx Limerick. HEX triplet: 85, A3 and 18. RGB value is (133,163,24). Sum of RGB (Red+Green+Blue) = 133+163+24=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #85A318 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A318 is #7A5CE7. Grayscale: #8A8A8A. Windows color (decimal): -8019176 or 1614725. OLE color: 1614725.

HSL color Cylindrical-coordinate representation of color #85A318: hue angle of 72.95º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85A318 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB13316324-
CMYK0.1800.850.36
HSL72.95º74.33%36.67%-
HSV(B)72.95º85.28%63.92%-
XYZ22.9331.255.69-
YUV138.1863.56124.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 163 (64.06% from 255) = 50.94%
BLUE value IS 24 (9.77% from 255) = 7.5%
R=41.56%
G=50.94%
B=7.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133163240.1800.850.3672.9574.3336.67
Hex85A3181205524494a25
Octal205243302201254411111245
Binary100001011010001111000100100101010110010010010011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,163,24); }

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

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

 a { background-color: rgb(133,163,24); }

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

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

 span { border-color: rgb(133,163,24); }

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