Html Css Color HEX #86AC00 Citrus

📋 copy color: '#86AC00'

red 134 ◦ green 172 ◦ blue 0

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

Shades of Citrus #86AC00

Tints of Citrus #86AC00

RGB

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

 GREEN value IS 172 (67.58% from 255) = 56.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.79%
G = 56.21%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#86AC00 (or 0x86AC00) is known color: Citrus. HEX triplet: 86, AC and 00. RGB value is (134,172,0). Sum of RGB (Red+Green+Blue) = 134+172+0=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 172 (67.58% from 255 or 56.21% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AC00 is #7953FF. Grayscale: #8D8D8D. Windows color (decimal): -7951360 or 44166. OLE color: 44166.

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

Color convert

RGB 134 172 0 -
CMYK 0.22 0 1 0.33
HSL 73.26º 1% 0.34% -
HSV(B) 73.26º 1% 0.67% -
XYZ 24.58 34.57 5.38 -
YUV 141.03 48.41 122.99 -
System Red Green Blue C M Y K H S L
Decimal 134 172 0 0.22 0 1 0.33 73.26 1 0.34
Hex 86 AC 0 16 0 64 21 49 64 22
Octal 206 254 0 26 0 144 41 111 144 42
Binary 10000110 10101100 0 10110 0 1100100 100001 1001001 1100100 100010

Color Harmonies of #86AC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC00

Black with #86AC00

Text Example


Text Example

White with #86AC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,172,0); }

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

background-color css

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

 a { background-color: rgb(134,172,0); }

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

border-color css

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

 span { border-color: rgb(134,172,0); }

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