Html Css Color HEX #86A805 Citrus

📋 copy color: '#86A805'

red 134 ◦ green 168 ◦ blue 5

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

Shades of Citrus #86A805

Tints of Citrus #86A805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 43.65%
G = 54.72%
B = 1.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#86A805 (or 0x86A805) is known color: Citrus. HEX triplet: 86, A8 and 05. RGB value is (134,168,5). Sum of RGB (Red+Green+Blue) = 134+168+5=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 168 (66.02% from 255 or 54.72% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 168 - color contains mainly: green. Hex color #86A805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A805 is #7957FA. Grayscale: #8B8B8B. Windows color (decimal): -7952379 or 370822. OLE color: 370822.

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

Color convert

RGB 134 168 5 -
CMYK 0.20 0 0.97 0.34
HSL 72.52º 0.94% 0.34% -
HSV(B) 72.52º 0.97% 0.66% -
XYZ 23.86 33.08 5.27 -
YUV 139.25 52.24 124.25 -
System Red Green Blue C M Y K H S L
Decimal 134 168 5 0.20 0 0.97 0.34 72.52 0.94 0.34
Hex 86 A8 5 14 0 61 22 49 5E 22
Octal 206 250 5 24 0 141 42 111 136 42
Binary 10000110 10101000 101 10100 0 1100001 100010 1001001 1011110 100010

Color Harmonies of #86A805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A805

Black with #86A805

Text Example


Text Example

White with #86A805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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