#86AD04

Color #86AD04 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #86AD04

Tints of Citrus #86AD04

Color information

#86AD04 (or 0x86AD04) is unknown color: approx Citrus. HEX triplet: 86, AD and 04. RGB value is (134,173,4). Sum of RGB (Red+Green+Blue) = 134+173+4=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AD04 is #7952FB. Grayscale: #8E8E8E. Windows color (decimal): -7951100 or 306566. OLE color: 306566.

HSL color Cylindrical-coordinate representation of color #86AD04: hue angle of 73.85º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86AD04 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB1341734-
CMYK0.2300.980.32
HSL73.85º95.48%34.71%-
HSV(B)73.85º97.69%67.84%-
XYZ24.834.965.56-
YUV142.0750.08122.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.09%
GREEN value IS 173 (67.97% from 255) = 55.63%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=43.09%
G=55.63%
B=1.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13417340.2300.980.3273.8595.4834.71
Hex86AD417062204a5f23
Octal20625542701424011213743
Binary1000011010101101100101110110001010000010010101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,173,4); }

 H1.HeaderClassName
 {
   color: #86AD04;
 }
 .AnyTagClassName
 {
   color: #86AD04;
 }
</style>
background-color css

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

 a { background-color: rgb(134,173,4); }

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

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

 span { border-color: rgb(134,173,4); }

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