Html Css Color HEX #86B510 Lima

📋 copy color: '#86B510'

red 134 ◦ green 181 ◦ blue 16

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

Shades of Lima #86B510

Tints of Lima #86B510

RGB

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

 GREEN value IS 181 (71.09% from 255) = 54.68%

 BLUE value IS 16 (6.64% from 255) = 4.83%

R = 40.48%
G = 54.68%
B = 4.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#86B510 (or 0x86B510) is known color: Lima. HEX triplet: 86, B5 and 10. RGB value is (134,181,16). Sum of RGB (Red+Green+Blue) = 134+181+16=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #86B510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B510 is #794AEF. Grayscale: #949494. Windows color (decimal): -7949040 or 1095046. OLE color: 1095046.

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

Color convert

RGB 134 181 16 -
CMYK 0.26 0 0.91 0.29
HSL 77.09º 0.84% 0.39% -
HSV(B) 77.09º 0.91% 0.71% -
XYZ 26.45 38.15 6.46 -
YUV 148.14 53.43 117.92 -
System Red Green Blue C M Y K H S L
Decimal 134 181 16 0.26 0 0.91 0.29 77.09 0.84 0.39
Hex 86 B5 10 1A 0 5B 1D 4D 54 27
Octal 206 265 20 32 0 133 35 115 124 47
Binary 10000110 10110101 10000 11010 0 1011011 11101 1001101 1010100 100111

Color Harmonies of #86B510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B510

Black with #86B510

Text Example


Text Example

White with #86B510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,181,16); }

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

background-color css

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

 a { background-color: rgb(134,181,16); }

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

border-color css

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

 span { border-color: rgb(134,181,16); }

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