Html Css Color HEX #86C916 Lima

📋 copy color: '#86C916'

red 134 ◦ green 201 ◦ blue 22

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

Shades of Lima #86C916

Tints of Lima #86C916

RGB

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

 GREEN value IS 201 (78.91% from 255) = 56.3%

 BLUE value IS 22 (8.98% from 255) = 6.16%

R = 37.54%
G = 56.3%
B = 6.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#86C916 (or 0x86C916) is known color: Lima. HEX triplet: 86, C9 and 16. RGB value is (134,201,22). Sum of RGB (Red+Green+Blue) = 134+201+22=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 201 (78.91% from 255 or 56.30% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 201 - color contains mainly: green. Hex color #86C916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C916 is #7936E9. Grayscale: #A1A1A1. Windows color (decimal): -7943914 or 1493382. OLE color: 1493382.

HSL color Cylindrical-coordinate representation of color #86C916: hue angle of 82.46º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86C916 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 201 22 -
CMYK 0.33 0 0.89 0.21
HSL 82.46º 0.8% 0.44% -
HSV(B) 82.46º 0.89% 0.79% -
XYZ 30.86 46.9 8.18 -
YUV 160.56 49.8 109.05 -
System Red Green Blue C M Y K H S L
Decimal 134 201 22 0.33 0 0.89 0.21 82.46 0.8 0.44
Hex 86 C9 16 21 0 59 15 52 50 2C
Octal 206 311 26 41 0 131 25 122 120 54
Binary 10000110 11001001 10110 100001 0 1011001 10101 1010010 1010000 101100

Color Harmonies of #86C916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C916

Black with #86C916

Text Example


Text Example

White with #86C916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,201,22); }

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

background-color css

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

 a { background-color: rgb(134,201,22); }

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

border-color css

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

 span { border-color: rgb(134,201,22); }

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