#85A426

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

Shades of Limerick #85A426

Tints of Limerick #85A426

Color information

#85A426 (or 0x85A426) is unknown color: approx Limerick. HEX triplet: 85, A4 and 26. RGB value is (133,164,38). Sum of RGB (Red+Green+Blue) = 133+164+38=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #85A426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A426 is #7A5BD9. Grayscale: #8C8C8C. Windows color (decimal): -8018906 or 2532485. OLE color: 2532485.

HSL color Cylindrical-coordinate representation of color #85A426: hue angle of 74.76º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85A426 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB13316438-
CMYK0.1900.770.36
HSL74.76º62.38%39.61%-
HSV(B)74.76º76.83%64.31%-
XYZ23.331.686.72-
YUV140.3770.23122.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 164 (64.45% from 255) = 48.96%
BLUE value IS 38 (15.23% from 255) = 11.34%
R=39.70%
G=48.96%
B=11.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133164380.1900.770.3674.7662.3839.61
Hex85A4261304D244b3e28
Octal20524446230115441137650
Binary100001011010010010011010011010011011001001001011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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