Html Css Color HEX #86A415 Citron

📋 copy color: '#86A415'

red 134 ◦ green 164 ◦ blue 21

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

Shades of Citron #86A415

Tints of Citron #86A415

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.41%

 BLUE value IS 21 (8.59% from 255) = 6.58%

R = 42.01%
G = 51.41%
B = 6.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#86A415 (or 0x86A415) is known color: Citron. HEX triplet: 86, A4 and 15. RGB value is (134,164,21). Sum of RGB (Red+Green+Blue) = 134+164+21=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #86A415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A415 is #795BEA. Grayscale: #8B8B8B. Windows color (decimal): -7953387 or 1418374. OLE color: 1418374.

HSL color Cylindrical-coordinate representation of color #86A415: hue angle of 72.59º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86A415 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 164 21 -
CMYK 0.18 0 0.87 0.36
HSL 72.59º 0.77% 0.36% -
HSV(B) 72.59º 0.87% 0.64% -
XYZ 23.24 31.67 5.6 -
YUV 138.73 61.56 124.63 -
System Red Green Blue C M Y K H S L
Decimal 134 164 21 0.18 0 0.87 0.36 72.59 0.77 0.36
Hex 86 A4 15 12 0 57 24 49 4D 24
Octal 206 244 25 22 0 127 44 111 115 44
Binary 10000110 10100100 10101 10010 0 1010111 100100 1001001 1001101 100100

Color Harmonies of #86A415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A415

Black with #86A415

Text Example


Text Example

White with #86A415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,164,21); }

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

background-color css

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

 a { background-color: rgb(134,164,21); }

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

border-color css

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

 span { border-color: rgb(134,164,21); }

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