Html Css Color HEX #86A701 Citrus

📋 copy color: '#86A701'

red 134 ◦ green 167 ◦ blue 1

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

Shades of Citrus #86A701

Tints of Citrus #86A701

RGB

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

 GREEN value IS 167 (65.63% from 255) = 55.3%

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

R = 44.37%
G = 55.3%
B = 0.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#86A701 (or 0x86A701) is known color: Citrus. HEX triplet: 86, A7 and 01. RGB value is (134,167,1). Sum of RGB (Red+Green+Blue) = 134+167+1=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 167 (65.62% from 255 or 55.30% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 167 - color contains mainly: green. Hex color #86A701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A701 is #7958FE. Grayscale: #8A8A8A. Windows color (decimal): -7952639 or 108422. OLE color: 108422.

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

Color convert

RGB 134 167 1 -
CMYK 0.20 0 0.99 0.35
HSL 71.93º 0.99% 0.33% -
HSV(B) 71.93º 0.99% 0.65% -
XYZ 23.66 32.71 5.1 -
YUV 138.21 50.57 125 -
System Red Green Blue C M Y K H S L
Decimal 134 167 1 0.20 0 0.99 0.35 71.93 0.99 0.33
Hex 86 A7 1 14 0 63 23 48 63 21
Octal 206 247 1 24 0 143 43 110 143 41
Binary 10000110 10100111 1 10100 0 1100011 100011 1001000 1100011 100001

Color Harmonies of #86A701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A701

Black with #86A701

Text Example


Text Example

White with #86A701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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