Html Css Color HEX #85AD21 Limerick

📋 copy color: '#85AD21'

red 133 ◦ green 173 ◦ blue 33

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

Shades of Limerick #85AD21

Tints of Limerick #85AD21

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.03%

 BLUE value IS 33 (13.28% from 255) = 9.73%

R = 39.23%
G = 51.03%
B = 9.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#85AD21 (or 0x85AD21) is known color: Limerick. HEX triplet: 85, AD and 21. RGB value is (133,173,33). Sum of RGB (Red+Green+Blue) = 133+173+33=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AD21 is #7A52DE. Grayscale: #919191. Windows color (decimal): -8016607 or 2207109. OLE color: 2207109.

HSL color Cylindrical-coordinate representation of color #85AD21: hue angle of 77.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85AD21 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 173 33 -
CMYK 0.23 0 0.81 0.32
HSL 77.14º 0.68% 0.4% -
HSV(B) 77.14º 0.81% 0.68% -
XYZ 24.89 34.98 6.88 -
YUV 145.08 64.75 119.38 -
System Red Green Blue C M Y K H S L
Decimal 133 173 33 0.23 0 0.81 0.32 77.14 0.68 0.4
Hex 85 AD 21 17 0 51 20 4D 44 28
Octal 205 255 41 27 0 121 40 115 104 50
Binary 10000101 10101101 100001 10111 0 1010001 100000 1001101 1000100 101000

Color Harmonies of #85AD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AD21

Black with #85AD21

Text Example


Text Example

White with #85AD21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,173,33); }

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

background-color css

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

 a { background-color: rgb(133,173,33); }

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

border-color css

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

 span { border-color: rgb(133,173,33); }

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