Html Css Color HEX #86AD0C Lima

📋 copy color: '#86AD0C'

red 134 ◦ green 173 ◦ blue 12

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

Shades of Lima #86AD0C

Tints of Lima #86AD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.76%

R = 42.01%
G = 54.23%
B = 3.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#86AD0C (or 0x86AD0C) is known color: Lima. HEX triplet: 86, AD and 0C. RGB value is (134,173,12). Sum of RGB (Red+Green+Blue) = 134+173+12=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 173 (67.97% from 255 or 54.23% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AD0C is #7952F3. Grayscale: #8F8F8F. Windows color (decimal): -7951092 or 830854. OLE color: 830854.

HSL color Cylindrical-coordinate representation of color #86AD0C: hue angle of 74.53º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86AD0C is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 173 12 -
CMYK 0.23 0 0.93 0.32
HSL 74.53º 0.87% 0.36% -
HSV(B) 74.53º 0.93% 0.68% -
XYZ 24.84 34.98 5.79 -
YUV 142.99 54.08 121.59 -
System Red Green Blue C M Y K H S L
Decimal 134 173 12 0.23 0 0.93 0.32 74.53 0.87 0.36
Hex 86 AD C 17 0 5D 20 4B 57 24
Octal 206 255 14 27 0 135 40 113 127 44
Binary 10000110 10101101 1100 10111 0 1011101 100000 1001011 1010111 100100

Color Harmonies of #86AD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AD0C

Black with #86AD0C

Text Example


Text Example

White with #86AD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,173,12); }

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

background-color css

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

 a { background-color: rgb(134,173,12); }

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

border-color css

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

 span { border-color: rgb(134,173,12); }

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