Html Css Color HEX #86AD03 Citrus

📋 copy color: '#86AD03'

red 134 ◦ green 173 ◦ blue 3

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

Shades of Citrus #86AD03

Tints of Citrus #86AD03

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.81%

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 43.23%
G = 55.81%
B = 0.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#86AD03 (or 0x86AD03) is known color: Citrus. HEX triplet: 86, AD and 03. RGB value is (134,173,3). Sum of RGB (Red+Green+Blue) = 134+173+3=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AD03 is #7952FC. Grayscale: #8E8E8E. Windows color (decimal): -7951101 or 241030. OLE color: 241030.

HSL color Cylindrical-coordinate representation of color #86AD03: hue angle of 73.76º degrees, saturation: 0.97, 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 #86AD03 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 173 3 -
CMYK 0.23 0 0.98 0.32
HSL 73.76º 0.97% 0.35% -
HSV(B) 73.76º 0.98% 0.68% -
XYZ 24.79 34.96 5.53 -
YUV 141.96 49.58 122.32 -
System Red Green Blue C M Y K H S L
Decimal 134 173 3 0.23 0 0.98 0.32 73.76 0.97 0.35
Hex 86 AD 3 17 0 62 20 4A 61 23
Octal 206 255 3 27 0 142 40 112 141 43
Binary 10000110 10101101 11 10111 0 1100010 100000 1001010 1100001 100011

Color Harmonies of #86AD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AD03

Black with #86AD03

Text Example


Text Example

White with #86AD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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