Html Css Color HEX #86AA01 Citrus

📋 copy color: '#86AA01'

red 134 ◦ green 170 ◦ blue 1

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

Shades of Citrus #86AA01

Tints of Citrus #86AA01

RGB

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

 GREEN value IS 170 (66.8% from 255) = 55.74%

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

R = 43.93%
G = 55.74%
B = 0.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#86AA01 (or 0x86AA01) is known color: Citrus. HEX triplet: 86, AA and 01. RGB value is (134,170,1). Sum of RGB (Red+Green+Blue) = 134+170+1=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AA01 is #7955FE. Grayscale: #8C8C8C. Windows color (decimal): -7951871 or 109190. OLE color: 109190.

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

Color convert

RGB 134 170 1 -
CMYK 0.21 0 0.99 0.33
HSL 72.78º 0.99% 0.34% -
HSV(B) 72.78º 0.99% 0.67% -
XYZ 24.21 33.82 5.28 -
YUV 139.97 49.57 123.74 -
System Red Green Blue C M Y K H S L
Decimal 134 170 1 0.21 0 0.99 0.33 72.78 0.99 0.34
Hex 86 AA 1 15 0 63 21 49 63 22
Octal 206 252 1 25 0 143 41 111 143 42
Binary 10000110 10101010 1 10101 0 1100011 100001 1001001 1100011 100010

Color Harmonies of #86AA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AA01

Black with #86AA01

Text Example


Text Example

White with #86AA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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