Html Css Color HEX #86A703 Citrus

📋 copy color: '#86A703'

red 134 ◦ green 167 ◦ blue 3

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

Shades of Citrus #86A703

Tints of Citrus #86A703

RGB

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

 GREEN value IS 167 (65.63% from 255) = 54.93%

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

R = 44.08%
G = 54.93%
B = 0.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#86A703 (or 0x86A703) is known color: Citrus. HEX triplet: 86, A7 and 03. RGB value is (134,167,3). Sum of RGB (Red+Green+Blue) = 134+167+3=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 167 (65.62% from 255 or 54.93% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 167 - color contains mainly: green. Hex color #86A703 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A703 is #7958FC. Grayscale: #8B8B8B. Windows color (decimal): -7952637 or 239494. OLE color: 239494.

HSL color Cylindrical-coordinate representation of color #86A703: hue angle of 72.07º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86A703 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 167 3 -
CMYK 0.20 0 0.98 0.35
HSL 72.07º 0.96% 0.33% -
HSV(B) 72.07º 0.98% 0.65% -
XYZ 23.67 32.71 5.15 -
YUV 138.44 51.57 124.84 -
System Red Green Blue C M Y K H S L
Decimal 134 167 3 0.20 0 0.98 0.35 72.07 0.96 0.33
Hex 86 A7 3 14 0 62 23 48 60 21
Octal 206 247 3 24 0 142 43 110 140 41
Binary 10000110 10100111 11 10100 0 1100010 100011 1001000 1100000 100001

Color Harmonies of #86A703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A703

Black with #86A703

Text Example


Text Example

White with #86A703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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