#85A51D

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

Shades of Limerick #85A51D

Tints of Limerick #85A51D

Color information

#85A51D (or 0x85A51D) is unknown color: approx Limerick. HEX triplet: 85, A5 and 1D. RGB value is (133,165,29). Sum of RGB (Red+Green+Blue) = 133+165+29=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #85A51D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A51D is #7A5AE2. Grayscale: #8C8C8C. Windows color (decimal): -8018659 or 1942917. OLE color: 1942917.

HSL color Cylindrical-coordinate representation of color #85A51D: hue angle of 74.12º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85A51D is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB13316529-
CMYK0.1900.820.35
HSL74.12º70.1%38.04%-
HSV(B)74.12º82.42%64.71%-
XYZ23.3531.996.11-
YUV139.9365.4123.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 165 (64.84% from 255) = 50.46%
BLUE value IS 29 (11.72% from 255) = 8.87%
R=40.67%
G=50.46%
B=8.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133165290.1900.820.3574.1270.138.04
Hex85A51D13052234a4626
Octal205245352301224311210646
Binary100001011010010111101100110101001010001110010101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A51D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,165,29); }

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

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

 a { background-color: rgb(133,165,29); }

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

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

 span { border-color: rgb(133,165,29); }

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