Html Css Color HEX #86AC08 Citrus

📋 copy color: '#86AC08'

red 134 ◦ green 172 ◦ blue 8

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

Shades of Citrus #86AC08

Tints of Citrus #86AC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.55%

R = 42.68%
G = 54.78%
B = 2.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#86AC08 (or 0x86AC08) is known color: Citrus. HEX triplet: 86, AC and 08. RGB value is (134,172,8). Sum of RGB (Red+Green+Blue) = 134+172+8=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AC08 is #7953F7. Grayscale: #8E8E8E. Windows color (decimal): -7951352 or 568454. OLE color: 568454.

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

Color convert

RGB 134 172 8 -
CMYK 0.22 0 0.95 0.33
HSL 73.9º 0.91% 0.35% -
HSV(B) 73.9º 0.95% 0.67% -
XYZ 24.63 34.59 5.61 -
YUV 141.94 52.41 122.34 -
System Red Green Blue C M Y K H S L
Decimal 134 172 8 0.22 0 0.95 0.33 73.9 0.91 0.35
Hex 86 AC 8 16 0 5F 21 4A 5B 23
Octal 206 254 10 26 0 137 41 112 133 43
Binary 10000110 10101100 1000 10110 0 1011111 100001 1001010 1011011 100011

Color Harmonies of #86AC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC08

Black with #86AC08

Text Example


Text Example

White with #86AC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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