#85A126

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

Shades of Limerick #85A126

Tints of Limerick #85A126

Color information

#85A126 (or 0x85A126) is unknown color: approx Limerick. HEX triplet: 85, A1 and 26. RGB value is (133,161,38). Sum of RGB (Red+Green+Blue) = 133+161+38=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #85A126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A126 is #7A5ED9. Grayscale: #8B8B8B. Windows color (decimal): -8019674 or 2531717. OLE color: 2531717.

HSL color Cylindrical-coordinate representation of color #85A126: hue angle of 73.66º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85A126 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB13316138-
CMYK0.1700.760.37
HSL73.66º61.81%39.02%-
HSV(B)73.66º76.4%63.14%-
XYZ22.7730.626.54-
YUV138.6171.22124-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 161 (63.28% from 255) = 48.49%
BLUE value IS 38 (15.23% from 255) = 11.45%
R=40.06%
G=48.49%
B=11.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal133161380.1700.760.3773.6661.8139.02
Hex85A1261104C254a3e27
Octal20524146210114451127647
Binary100001011010000110011010001010011001001011001010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,161,38); }

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

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

 a { background-color: rgb(133,161,38); }

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

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

 span { border-color: rgb(133,161,38); }

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