Html Css Color HEX #86A502 Citrus

📋 copy color: '#86A502'

red 134 ◦ green 165 ◦ blue 2

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

Shades of Citrus #86A502

Tints of Citrus #86A502

RGB

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

 GREEN value IS 165 (64.84% from 255) = 54.82%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 44.52%
G = 54.82%
B = 0.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#86A502 (or 0x86A502) is known color: Citrus. HEX triplet: 86, A5 and 02. RGB value is (134,165,2). Sum of RGB (Red+Green+Blue) = 134+165+2=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #86A502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A502 is #795AFD. Grayscale: #898989. Windows color (decimal): -7953150 or 173446. OLE color: 173446.

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

Color convert

RGB 134 165 2 -
CMYK 0.19 0 0.99 0.35
HSL 71.41º 0.98% 0.33% -
HSV(B) 71.41º 0.99% 0.65% -
XYZ 23.3 31.98 5 -
YUV 137.15 51.73 125.75 -
System Red Green Blue C M Y K H S L
Decimal 134 165 2 0.19 0 0.99 0.35 71.41 0.98 0.33
Hex 86 A5 2 13 0 63 23 47 62 21
Octal 206 245 2 23 0 143 43 107 142 41
Binary 10000110 10100101 10 10011 0 1100011 100011 1000111 1100010 100001

Color Harmonies of #86A502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A502

Black with #86A502

Text Example


Text Example

White with #86A502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,165,2); }

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

background-color css

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

 a { background-color: rgb(134,165,2); }

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

border-color css

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

 span { border-color: rgb(134,165,2); }

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