Html Css Color HEX #86A016 Citron

📋 copy color: '#86A016'

red 134 ◦ green 160 ◦ blue 22

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

Shades of Citron #86A016

Tints of Citron #86A016

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.63%

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

R = 42.41%
G = 50.63%
B = 6.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#86A016 (or 0x86A016) is known color: Citron. HEX triplet: 86, A0 and 16. RGB value is (134,160,22). Sum of RGB (Red+Green+Blue) = 134+160+22=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #86A016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A016 is #795FE9. Grayscale: #898989. Windows color (decimal): -7954410 or 1482886. OLE color: 1482886.

HSL color Cylindrical-coordinate representation of color #86A016: hue angle of 71.3º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86A016 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 160 22 -
CMYK 0.16 0 0.86 0.37
HSL 71.3º 0.76% 0.36% -
HSV(B) 71.3º 0.86% 0.63% -
XYZ 22.55 30.27 5.41 -
YUV 136.49 63.39 126.22 -
System Red Green Blue C M Y K H S L
Decimal 134 160 22 0.16 0 0.86 0.37 71.3 0.76 0.36
Hex 86 A0 16 10 0 56 25 47 4C 24
Octal 206 240 26 20 0 126 45 107 114 44
Binary 10000110 10100000 10110 10000 0 1010110 100101 1000111 1001100 100100

Color Harmonies of #86A016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A016

Black with #86A016

Text Example


Text Example

White with #86A016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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