Html Css Color HEX #86B819 Lima

📋 copy color: '#86B819'

red 134 ◦ green 184 ◦ blue 25

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

Shades of Lima #86B819

Tints of Lima #86B819

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.64%

 BLUE value IS 25 (10.16% from 255) = 7.29%

R = 39.07%
G = 53.64%
B = 7.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#86B819 (or 0x86B819) is known color: Lima. HEX triplet: 86, B8 and 19. RGB value is (134,184,25). Sum of RGB (Red+Green+Blue) = 134+184+25=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #86B819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B819 is #7947E6. Grayscale: #979797. Windows color (decimal): -7948263 or 1685638. OLE color: 1685638.

HSL color Cylindrical-coordinate representation of color #86B819: hue angle of 78.87º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86B819 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 134 184 25 -
CMYK 0.27 0 0.86 0.28
HSL 78.87º 0.76% 0.41% -
HSV(B) 78.87º 0.86% 0.72% -
XYZ 27.15 39.42 7.1 -
YUV 150.92 56.94 115.93 -
System Red Green Blue C M Y K H S L
Decimal 134 184 25 0.27 0 0.86 0.28 78.87 0.76 0.41
Hex 86 B8 19 1B 0 56 1C 4F 4C 29
Octal 206 270 31 33 0 126 34 117 114 51
Binary 10000110 10111000 11001 11011 0 1010110 11100 1001111 1001100 101001

Color Harmonies of #86B819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B819

Black with #86B819

Text Example


Text Example

White with #86B819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,184,25); }

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

background-color css

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

 a { background-color: rgb(134,184,25); }

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

border-color css

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

 span { border-color: rgb(134,184,25); }

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