Html Css Color HEX #86A504 Citrus

📋 copy color: '#86A504'

red 134 ◦ green 165 ◦ blue 4

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

Shades of Citrus #86A504

Tints of Citrus #86A504

RGB

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

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

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

R = 44.22%
G = 54.46%
B = 1.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#86A504 (or 0x86A504) is known color: Citrus. HEX triplet: 86, A5 and 04. RGB value is (134,165,4). Sum of RGB (Red+Green+Blue) = 134+165+4=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 165 (64.84% from 255 or 54.46% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 165 - color contains mainly: green. Hex color #86A504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A504 is #795AFB. Grayscale: #898989. Windows color (decimal): -7953148 or 304518. OLE color: 304518.

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

Color convert

RGB 134 165 4 -
CMYK 0.19 0 0.98 0.35
HSL 71.55º 0.95% 0.33% -
HSV(B) 71.55º 0.98% 0.65% -
XYZ 23.31 31.99 5.06 -
YUV 137.38 52.73 125.59 -
System Red Green Blue C M Y K H S L
Decimal 134 165 4 0.19 0 0.98 0.35 71.55 0.95 0.33
Hex 86 A5 4 13 0 62 23 48 5F 21
Octal 206 245 4 23 0 142 43 110 137 41
Binary 10000110 10100101 100 10011 0 1100010 100011 1001000 1011111 100001

Color Harmonies of #86A504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A504

Black with #86A504

Text Example


Text Example

White with #86A504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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