Html Css Color HEX #86A801 Citrus

📋 copy color: '#86A801'

red 134 ◦ green 168 ◦ blue 1

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

Shades of Citrus #86A801

Tints of Citrus #86A801

RGB

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

 GREEN value IS 168 (66.02% from 255) = 55.45%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 44.22%
G = 55.45%
B = 0.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#86A801 (or 0x86A801) is known color: Citrus. HEX triplet: 86, A8 and 01. RGB value is (134,168,1). Sum of RGB (Red+Green+Blue) = 134+168+1=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 168 (66.02% from 255 or 55.45% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 168 - color contains mainly: green. Hex color #86A801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A801 is #7957FE. Grayscale: #8B8B8B. Windows color (decimal): -7952383 or 108678. OLE color: 108678.

HSL color Cylindrical-coordinate representation of color #86A801: hue angle of 72.22º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86A801 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 134 168 1 -
CMYK 0.20 0 0.99 0.34
HSL 72.22º 0.99% 0.33% -
HSV(B) 72.22º 0.99% 0.66% -
XYZ 23.84 33.08 5.16 -
YUV 138.8 50.24 124.58 -
System Red Green Blue C M Y K H S L
Decimal 134 168 1 0.20 0 0.99 0.34 72.22 0.99 0.33
Hex 86 A8 1 14 0 63 22 48 63 21
Octal 206 250 1 24 0 143 42 110 143 41
Binary 10000110 10101000 1 10100 0 1100011 100010 1001000 1100011 100001

Color Harmonies of #86A801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A801

Black with #86A801

Text Example


Text Example

White with #86A801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,168,1); }

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

background-color css

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

 a { background-color: rgb(134,168,1); }

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

border-color css

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

 span { border-color: rgb(134,168,1); }

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