Html Css Color HEX #85A124 Limerick

📋 copy color: '#85A124'

red 133 ◦ green 161 ◦ blue 36

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

Shades of Limerick #85A124

Tints of Limerick #85A124

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.79%

 BLUE value IS 36 (14.45% from 255) = 10.91%

R = 40.3%
G = 48.79%
B = 10.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#85A124 (or 0x85A124) is known color: Limerick. HEX triplet: 85, A1 and 24. RGB value is (133,161,36). Sum of RGB (Red+Green+Blue) = 133+161+36=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #85A124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A124 is #7A5EDB. Grayscale: #8A8A8A. Windows color (decimal): -8019676 or 2400645. OLE color: 2400645.

HSL color Cylindrical-coordinate representation of color #85A124: hue angle of 73.44º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85A124 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 133 161 36 -
CMYK 0.17 0 0.78 0.37
HSL 73.44º 0.63% 0.39% -
HSV(B) 73.44º 0.78% 0.63% -
XYZ 22.74 30.6 6.38 -
YUV 138.38 70.22 124.16 -
System Red Green Blue C M Y K H S L
Decimal 133 161 36 0.17 0 0.78 0.37 73.44 0.63 0.39
Hex 85 A1 24 11 0 4E 25 49 3F 27
Octal 205 241 44 21 0 116 45 111 77 47
Binary 10000101 10100001 100100 10001 0 1001110 100101 1001001 111111 100111

Color Harmonies of #85A124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A124

Black with #85A124

Text Example


Text Example

White with #85A124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,161,36); }

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

background-color css

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

 a { background-color: rgb(133,161,36); }

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

border-color css

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

 span { border-color: rgb(133,161,36); }

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