Html Css Color HEX #86A204 Citron

📋 copy color: '#86A204'

red 134 ◦ green 162 ◦ blue 4

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

Shades of Citron #86A204

Tints of Citron #86A204

RGB

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

 GREEN value IS 162 (63.67% from 255) = 54%

 BLUE value IS 4 (1.95% from 255) = 1.33%

R = 44.67%
G = 54%
B = 1.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#86A204 (or 0x86A204) is known color: Citron. HEX triplet: 86, A2 and 04. RGB value is (134,162,4). Sum of RGB (Red+Green+Blue) = 134+162+4=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 162 (63.67% from 255 or 54% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 162 - color contains mainly: green. Hex color #86A204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A204 is #795DFB. Grayscale: #888888. Windows color (decimal): -7953916 or 303750. OLE color: 303750.

HSL color Cylindrical-coordinate representation of color #86A204: hue angle of 70.63º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86A204 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 162 4 -
CMYK 0.17 0 0.98 0.36
HSL 70.63º 0.95% 0.33% -
HSV(B) 70.63º 0.98% 0.64% -
XYZ 22.77 30.92 4.88 -
YUV 135.62 53.72 126.85 -
System Red Green Blue C M Y K H S L
Decimal 134 162 4 0.17 0 0.98 0.36 70.63 0.95 0.33
Hex 86 A2 4 11 0 62 24 47 5F 21
Octal 206 242 4 21 0 142 44 107 137 41
Binary 10000110 10100010 100 10001 0 1100010 100100 1000111 1011111 100001

Color Harmonies of #86A204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A204

Black with #86A204

Text Example


Text Example

White with #86A204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,162,4); }

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

background-color css

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

 a { background-color: rgb(134,162,4); }

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

border-color css

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

 span { border-color: rgb(134,162,4); }

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