Html Css Color HEX #86AF03 Citrus

📋 copy color: '#86AF03'

red 134 ◦ green 175 ◦ blue 3

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

Shades of Citrus #86AF03

Tints of Citrus #86AF03

RGB

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

 GREEN value IS 175 (68.75% from 255) = 56.09%

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

R = 42.95%
G = 56.09%
B = 0.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#86AF03 (or 0x86AF03) is known color: Citrus. HEX triplet: 86, AF and 03. RGB value is (134,175,3). Sum of RGB (Red+Green+Blue) = 134+175+3=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AF03 is #7950FC. Grayscale: #8F8F8F. Windows color (decimal): -7950589 or 241542. OLE color: 241542.

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

Color convert

RGB 134 175 3 -
CMYK 0.23 0 0.98 0.31
HSL 74.3º 0.97% 0.35% -
HSV(B) 74.3º 0.98% 0.69% -
XYZ 25.18 35.73 5.66 -
YUV 143.13 48.92 121.49 -
System Red Green Blue C M Y K H S L
Decimal 134 175 3 0.23 0 0.98 0.31 74.3 0.97 0.35
Hex 86 AF 3 17 0 62 1F 4A 61 23
Octal 206 257 3 27 0 142 37 112 141 43
Binary 10000110 10101111 11 10111 0 1100010 11111 1001010 1100001 100011

Color Harmonies of #86AF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AF03

Black with #86AF03

Text Example


Text Example

White with #86AF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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