Html Css Color HEX #86A515 Limerick

📋 copy color: '#86A515'

red 134 ◦ green 165 ◦ blue 21

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

Shades of Limerick #86A515

Tints of Limerick #86A515

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.56%

 BLUE value IS 21 (8.59% from 255) = 6.56%

R = 41.88%
G = 51.56%
B = 6.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#86A515 (or 0x86A515) is known color: Limerick. HEX triplet: 86, A5 and 15. RGB value is (134,165,21). Sum of RGB (Red+Green+Blue) = 134+165+21=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #86A515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A515 is #795AEA. Grayscale: #8B8B8B. Windows color (decimal): -7953131 or 1418630. OLE color: 1418630.

HSL color Cylindrical-coordinate representation of color #86A515: hue angle of 72.92º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86A515 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 165 21 -
CMYK 0.19 0 0.87 0.35
HSL 72.92º 0.77% 0.36% -
HSV(B) 72.92º 0.87% 0.65% -
XYZ 23.42 32.03 5.66 -
YUV 139.32 61.23 124.21 -
System Red Green Blue C M Y K H S L
Decimal 134 165 21 0.19 0 0.87 0.35 72.92 0.77 0.36
Hex 86 A5 15 13 0 57 23 49 4D 24
Octal 206 245 25 23 0 127 43 111 115 44
Binary 10000110 10100101 10101 10011 0 1010111 100011 1001001 1001101 100100

Color Harmonies of #86A515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A515

Black with #86A515

Text Example


Text Example

White with #86A515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,165,21); }

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

background-color css

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

 a { background-color: rgb(134,165,21); }

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

border-color css

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

 span { border-color: rgb(134,165,21); }

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