Html Css Color HEX #85A716 Limerick

📋 copy color: '#85A716'

red 133 ◦ green 167 ◦ blue 22

#85A716
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #85A716

Tints of Limerick #85A716

RGB

 RED value IS 133 (52.34% from 255) = 41.3%

 GREEN value IS 167 (65.63% from 255) = 51.86%

 BLUE value IS 22 (8.98% from 255) = 6.83%

R = 41.3%
G = 51.86%
B = 6.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#85A716 (or 0x85A716) is known color: Limerick. HEX triplet: 85, A7 and 16. RGB value is (133,167,22). Sum of RGB (Red+Green+Blue) = 133+167+22=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 167 (65.62% from 255 or 51.86% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 167 - color contains mainly: green. Hex color #85A716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A716 is #7A58E9. Grayscale: #8C8C8C. Windows color (decimal): -8018154 or 1484677. OLE color: 1484677.

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

Color convert

RGB 133 167 22 -
CMYK 0.20 0 0.87 0.35
HSL 74.07º 0.77% 0.37% -
HSV(B) 74.07º 0.87% 0.65% -
XYZ 23.64 32.68 5.82 -
YUV 140.3 61.24 122.79 -
System Red Green Blue C M Y K H S L
Decimal 133 167 22 0.20 0 0.87 0.35 74.07 0.77 0.37
Hex 85 A7 16 14 0 57 23 4A 4D 25
Octal 205 247 26 24 0 127 43 112 115 45
Binary 10000101 10100111 10110 10100 0 1010111 100011 1001010 1001101 100101

Color Harmonies of #85A716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A716

Black with #85A716

Text Example


Text Example

White with #85A716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85A716;
 }
 .AnyTagClassName
 {
   color: #85A716;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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