Html Css Color HEX #86A025 Limerick

📋 copy color: '#86A025'

red 134 ◦ green 160 ◦ blue 37

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

Shades of Limerick #86A025

Tints of Limerick #86A025

RGB

 RED value IS 134 (52.73% from 255) = 40.48%

 GREEN value IS 160 (62.89% from 255) = 48.34%

 BLUE value IS 37 (14.84% from 255) = 11.18%

R = 40.48%
G = 48.34%
B = 11.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#86A025 (or 0x86A025) is known color: Limerick. HEX triplet: 86, A0 and 25. RGB value is (134,160,37). Sum of RGB (Red+Green+Blue) = 134+160+37=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #86A025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A025 is #795FDA. Grayscale: #8A8A8A. Windows color (decimal): -7954395 or 2465926. OLE color: 2465926.

HSL color Cylindrical-coordinate representation of color #86A025: hue angle of 72.68º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86A025 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 160 37 -
CMYK 0.16 0 0.77 0.37
HSL 72.68º 0.62% 0.39% -
HSV(B) 72.68º 0.77% 0.63% -
XYZ 22.74 30.34 6.41 -
YUV 138.2 70.89 125 -
System Red Green Blue C M Y K H S L
Decimal 134 160 37 0.16 0 0.77 0.37 72.68 0.62 0.39
Hex 86 A0 25 10 0 4D 25 49 3E 27
Octal 206 240 45 20 0 115 45 111 76 47
Binary 10000110 10100000 100101 10000 0 1001101 100101 1001001 111110 100111

Color Harmonies of #86A025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A025

Black with #86A025

Text Example


Text Example

White with #86A025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86A025; }

 p { color: rgb(134,160,37); }

 H1.HeaderClassName
 {
   color: #86A025;
 }
 .AnyTagClassName
 {
   color: #86A025;
 }
</style>

background-color css

<style>
 a { background-color: #86A025; }

 a { background-color: rgb(134,160,37); }

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

border-color css

<style>
 span { border-color: #86A025; }

 span { border-color: rgb(134,160,37); }

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