Html Css Color HEX #86B60C Lima

📋 copy color: '#86B60C'

red 134 ◦ green 182 ◦ blue 12

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

Shades of Lima #86B60C

Tints of Lima #86B60C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 55.49%

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

R = 40.85%
G = 55.49%
B = 3.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#86B60C (or 0x86B60C) is known color: Lima. HEX triplet: 86, B6 and 0C. RGB value is (134,182,12). Sum of RGB (Red+Green+Blue) = 134+182+12=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 182 (71.48% from 255 or 55.49% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 182 - color contains mainly: green. Hex color #86B60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B60C is #7949F3. Grayscale: #949494. Windows color (decimal): -7948788 or 833158. OLE color: 833158.

HSL color Cylindrical-coordinate representation of color #86B60C: hue angle of 76.94º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86B60C is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 182 12 -
CMYK 0.26 0 0.93 0.29
HSL 76.94º 0.88% 0.38% -
HSV(B) 76.94º 0.93% 0.71% -
XYZ 26.63 38.55 6.39 -
YUV 148.27 51.1 117.82 -
System Red Green Blue C M Y K H S L
Decimal 134 182 12 0.26 0 0.93 0.29 76.94 0.88 0.38
Hex 86 B6 C 1A 0 5D 1D 4D 58 26
Octal 206 266 14 32 0 135 35 115 130 46
Binary 10000110 10110110 1100 11010 0 1011101 11101 1001101 1011000 100110

Color Harmonies of #86B60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B60C

Black with #86B60C

Text Example


Text Example

White with #86B60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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