Html Css Color HEX #86A404 Citrus

📋 copy color: '#86A404'

red 134 ◦ green 164 ◦ blue 4

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

Shades of Citrus #86A404

Tints of Citrus #86A404

RGB

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

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

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

R = 44.37%
G = 54.3%
B = 1.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#86A404 (or 0x86A404) is known color: Citrus. HEX triplet: 86, A4 and 04. RGB value is (134,164,4). Sum of RGB (Red+Green+Blue) = 134+164+4=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 164 (64.45% from 255 or 54.30% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 164 - color contains mainly: green. Hex color #86A404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A404 is #795BFB. Grayscale: #898989. Windows color (decimal): -7953404 or 304262. OLE color: 304262.

HSL color Cylindrical-coordinate representation of color #86A404: hue angle of 71.25º 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 #86A404 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 164 4 -
CMYK 0.18 0 0.98 0.36
HSL 71.25º 0.95% 0.33% -
HSV(B) 71.25º 0.98% 0.64% -
XYZ 23.13 31.63 5 -
YUV 136.79 53.06 126.01 -
System Red Green Blue C M Y K H S L
Decimal 134 164 4 0.18 0 0.98 0.36 71.25 0.95 0.33
Hex 86 A4 4 12 0 62 24 47 5F 21
Octal 206 244 4 22 0 142 44 107 137 41
Binary 10000110 10100100 100 10010 0 1100010 100100 1000111 1011111 100001

Color Harmonies of #86A404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A404

Black with #86A404

Text Example


Text Example

White with #86A404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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