Html Css Color HEX #85A420 Limerick

📋 copy color: '#85A420'

red 133 ◦ green 164 ◦ blue 32

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

Shades of Limerick #85A420

Tints of Limerick #85A420

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.85%

 BLUE value IS 32 (12.89% from 255) = 9.73%

R = 40.43%
G = 49.85%
B = 9.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#85A420 (or 0x85A420) is known color: Limerick. HEX triplet: 85, A4 and 20. RGB value is (133,164,32). Sum of RGB (Red+Green+Blue) = 133+164+32=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 164 (64.45% from 255 or 49.85% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 164 - color contains mainly: green. Hex color #85A420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A420 is #7A5BDF. Grayscale: #8C8C8C. Windows color (decimal): -8018912 or 2139269. OLE color: 2139269.

HSL color Cylindrical-coordinate representation of color #85A420: hue angle of 74.09º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85A420 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 164 32 -
CMYK 0.19 0 0.80 0.36
HSL 74.09º 0.67% 0.38% -
HSV(B) 74.09º 0.8% 0.64% -
XYZ 23.21 31.64 6.25 -
YUV 139.68 67.23 123.23 -
System Red Green Blue C M Y K H S L
Decimal 133 164 32 0.19 0 0.80 0.36 74.09 0.67 0.38
Hex 85 A4 20 13 0 50 24 4A 43 26
Octal 205 244 40 23 0 120 44 112 103 46
Binary 10000101 10100100 100000 10011 0 1010000 100100 1001010 1000011 100110

Color Harmonies of #85A420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A420

Black with #85A420

Text Example


Text Example

White with #85A420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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