Html Css Color HEX #85A616 Limerick

📋 copy color: '#85A616'

red 133 ◦ green 166 ◦ blue 22

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

Shades of Limerick #85A616

Tints of Limerick #85A616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.71%

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

R = 41.43%
G = 51.71%
B = 6.85%

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

#85A616 (or 0x85A616) is known color: Limerick. HEX triplet: 85, A6 and 16. RGB value is (133,166,22). Sum of RGB (Red+Green+Blue) = 133+166+22=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #85A616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A616 is #7A59E9. Grayscale: #8C8C8C. Windows color (decimal): -8018410 or 1484421. OLE color: 1484421.

HSL color Cylindrical-coordinate representation of color #85A616: hue angle of 73.75º 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 #85A616 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 166 22 -
CMYK 0.20 0 0.87 0.35
HSL 73.75º 0.77% 0.37% -
HSV(B) 73.75º 0.87% 0.65% -
XYZ 23.45 32.32 5.76 -
YUV 139.72 61.57 123.21 -
System Red Green Blue C M Y K H S L
Decimal 133 166 22 0.20 0 0.87 0.35 73.75 0.77 0.37
Hex 85 A6 16 14 0 57 23 4A 4D 25
Octal 205 246 26 24 0 127 43 112 115 45
Binary 10000101 10100110 10110 10100 0 1010111 100011 1001010 1001101 100101

Color Harmonies of #85A616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A616

Black with #85A616

Text Example


Text Example

White with #85A616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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