Html Css Color HEX #86BA12 Lima

📋 copy color: '#86BA12'

red 134 ◦ green 186 ◦ blue 18

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

Shades of Lima #86BA12

Tints of Lima #86BA12

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.03%

 BLUE value IS 18 (7.42% from 255) = 5.33%

R = 39.64%
G = 55.03%
B = 5.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#86BA12 (or 0x86BA12) is known color: Lima. HEX triplet: 86, BA and 12. RGB value is (134,186,18). Sum of RGB (Red+Green+Blue) = 134+186+18=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BA12 is #7945ED. Grayscale: #979797. Windows color (decimal): -7947758 or 1227398. OLE color: 1227398.

HSL color Cylindrical-coordinate representation of color #86BA12: hue angle of 78.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86BA12 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 186 18 -
CMYK 0.28 0 0.90 0.27
HSL 78.57º 0.82% 0.4% -
HSV(B) 78.57º 0.9% 0.73% -
XYZ 27.5 40.23 6.89 -
YUV 151.3 52.77 115.66 -
System Red Green Blue C M Y K H S L
Decimal 134 186 18 0.28 0 0.90 0.27 78.57 0.82 0.4
Hex 86 BA 12 1C 0 5A 1B 4F 52 28
Octal 206 272 22 34 0 132 33 117 122 50
Binary 10000110 10111010 10010 11100 0 1011010 11011 1001111 1010010 101000

Color Harmonies of #86BA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA12

Black with #86BA12

Text Example


Text Example

White with #86BA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,186,18); }

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

background-color css

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

 a { background-color: rgb(134,186,18); }

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

border-color css

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

 span { border-color: rgb(134,186,18); }

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