Html Css Color HEX #86A10A Citron

📋 copy color: '#86A10A'

red 134 ◦ green 161 ◦ blue 10

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

Shades of Citron #86A10A

Tints of Citron #86A10A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 52.79%

 BLUE value IS 10 (4.3% from 255) = 3.28%

R = 43.93%
G = 52.79%
B = 3.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#86A10A (or 0x86A10A) is known color: Citron. HEX triplet: 86, A1 and 0A. RGB value is (134,161,10). Sum of RGB (Red+Green+Blue) = 134+161+10=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #86A10A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A10A is #795EF5. Grayscale: #888888. Windows color (decimal): -7954166 or 696710. OLE color: 696710.

HSL color Cylindrical-coordinate representation of color #86A10A: hue angle of 70.73º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86A10A is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 161 10 -
CMYK 0.17 0 0.94 0.37
HSL 70.73º 0.88% 0.34% -
HSV(B) 70.73º 0.94% 0.63% -
XYZ 22.63 30.58 5 -
YUV 135.71 57.05 126.78 -
System Red Green Blue C M Y K H S L
Decimal 134 161 10 0.17 0 0.94 0.37 70.73 0.88 0.34
Hex 86 A1 A 11 0 5E 25 47 58 22
Octal 206 241 12 21 0 136 45 107 130 42
Binary 10000110 10100001 1010 10001 0 1011110 100101 1000111 1011000 100010

Color Harmonies of #86A10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A10A

Black with #86A10A

Text Example


Text Example

White with #86A10A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,161,10); }

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

background-color css

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

 a { background-color: rgb(134,161,10); }

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

border-color css

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

 span { border-color: rgb(134,161,10); }

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