Html Css Color HEX #86AC04 Citrus

📋 copy color: '#86AC04'

red 134 ◦ green 172 ◦ blue 4

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

Shades of Citrus #86AC04

Tints of Citrus #86AC04

RGB

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

 GREEN value IS 172 (67.58% from 255) = 55.48%

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

R = 43.23%
G = 55.48%
B = 1.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#86AC04 (or 0x86AC04) is known color: Citrus. HEX triplet: 86, AC and 04. RGB value is (134,172,4). Sum of RGB (Red+Green+Blue) = 134+172+4=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AC04 is #7953FB. Grayscale: #8E8E8E. Windows color (decimal): -7951356 or 306310. OLE color: 306310.

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

Color convert

RGB 134 172 4 -
CMYK 0.22 0 0.98 0.33
HSL 73.57º 0.95% 0.35% -
HSV(B) 73.57º 0.98% 0.67% -
XYZ 24.61 34.58 5.49 -
YUV 141.49 50.41 122.66 -
System Red Green Blue C M Y K H S L
Decimal 134 172 4 0.22 0 0.98 0.33 73.57 0.95 0.35
Hex 86 AC 4 16 0 62 21 4A 5F 23
Octal 206 254 4 26 0 142 41 112 137 43
Binary 10000110 10101100 100 10110 0 1100010 100001 1001010 1011111 100011

Color Harmonies of #86AC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC04

Black with #86AC04

Text Example


Text Example

White with #86AC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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