Html Css Color HEX #86A217 Citron

📋 copy color: '#86A217'

red 134 ◦ green 162 ◦ blue 23

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

Shades of Citron #86A217

Tints of Citron #86A217

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.78%

 BLUE value IS 23 (9.38% from 255) = 7.21%

R = 42.01%
G = 50.78%
B = 7.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#86A217 (or 0x86A217) is known color: Citron. HEX triplet: 86, A2 and 17. RGB value is (134,162,23). Sum of RGB (Red+Green+Blue) = 134+162+23=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #86A217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A217 is #795DE8. Grayscale: #8A8A8A. Windows color (decimal): -7953897 or 1548934. OLE color: 1548934.

HSL color Cylindrical-coordinate representation of color #86A217: hue angle of 72.09º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86A217 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 162 23 -
CMYK 0.17 0 0.86 0.36
HSL 72.09º 0.75% 0.36% -
HSV(B) 72.09º 0.86% 0.64% -
XYZ 22.91 30.97 5.58 -
YUV 137.78 63.22 125.3 -
System Red Green Blue C M Y K H S L
Decimal 134 162 23 0.17 0 0.86 0.36 72.09 0.75 0.36
Hex 86 A2 17 11 0 56 24 48 4B 24
Octal 206 242 27 21 0 126 44 110 113 44
Binary 10000110 10100010 10111 10001 0 1010110 100100 1001000 1001011 100100

Color Harmonies of #86A217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A217

Black with #86A217

Text Example


Text Example

White with #86A217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,162,23); }

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

background-color css

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

 a { background-color: rgb(134,162,23); }

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

border-color css

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

 span { border-color: rgb(134,162,23); }

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