Html Css Color HEX #86AC09 Citrus

📋 copy color: '#86AC09'

red 134 ◦ green 172 ◦ blue 9

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

Shades of Citrus #86AC09

Tints of Citrus #86AC09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.86%

R = 42.54%
G = 54.6%
B = 2.86%

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

#86AC09 (or 0x86AC09) is known color: Citrus. HEX triplet: 86, AC and 09. RGB value is (134,172,9). Sum of RGB (Red+Green+Blue) = 134+172+9=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 172 (67.58% from 255 or 54.60% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AC09 is #7953F6. Grayscale: #8E8E8E. Windows color (decimal): -7951351 or 633990. OLE color: 633990.

HSL color Cylindrical-coordinate representation of color #86AC09: hue angle of 73.99º degrees, saturation: 0.9, 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 #86AC09 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 172 9 -
CMYK 0.22 0 0.95 0.33
HSL 73.99º 0.9% 0.35% -
HSV(B) 73.99º 0.95% 0.67% -
XYZ 24.63 34.59 5.64 -
YUV 142.06 52.91 122.25 -
System Red Green Blue C M Y K H S L
Decimal 134 172 9 0.22 0 0.95 0.33 73.99 0.9 0.35
Hex 86 AC 9 16 0 5F 21 4A 5A 23
Octal 206 254 11 26 0 137 41 112 132 43
Binary 10000110 10101100 1001 10110 0 1011111 100001 1001010 1011010 100011

Color Harmonies of #86AC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC09

Black with #86AC09

Text Example


Text Example

White with #86AC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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