Html Css Color HEX #85AD31 Limerick

📋 copy color: '#85AD31'

red 133 ◦ green 173 ◦ blue 49

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

Shades of Limerick #85AD31

Tints of Limerick #85AD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.8%

R = 37.46%
G = 48.73%
B = 13.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#85AD31 (or 0x85AD31) is known color: Limerick. HEX triplet: 85, AD and 31. RGB value is (133,173,49). Sum of RGB (Red+Green+Blue) = 133+173+49=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AD31 is #7A52CE. Grayscale: #939393. Windows color (decimal): -8016591 or 3255685. OLE color: 3255685.

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

Color convert

RGB 133 173 49 -
CMYK 0.23 0 0.72 0.32
HSL 79.35º 0.56% 0.44% -
HSV(B) 79.35º 0.72% 0.68% -
XYZ 25.17 35.1 8.35 -
YUV 146.9 72.75 118.08 -
System Red Green Blue C M Y K H S L
Decimal 133 173 49 0.23 0 0.72 0.32 79.35 0.56 0.44
Hex 85 AD 31 17 0 48 20 4F 38 2C
Octal 205 255 61 27 0 110 40 117 70 54
Binary 10000101 10101101 110001 10111 0 1001000 100000 1001111 111000 101100

Color Harmonies of #85AD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AD31

Black with #85AD31

Text Example


Text Example

White with #85AD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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