Html Css Color HEX #86AD08 Citrus

📋 copy color: '#86AD08'

red 134 ◦ green 173 ◦ blue 8

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

Shades of Citrus #86AD08

Tints of Citrus #86AD08

RGB

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

 GREEN value IS 173 (67.97% from 255) = 54.92%

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

R = 42.54%
G = 54.92%
B = 2.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#86AD08 (or 0x86AD08) is known color: Citrus. HEX triplet: 86, AD and 08. RGB value is (134,173,8). Sum of RGB (Red+Green+Blue) = 134+173+8=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AD08 is #7952F7. Grayscale: #8F8F8F. Windows color (decimal): -7951096 or 568710. OLE color: 568710.

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

Color convert

RGB 134 173 8 -
CMYK 0.23 0 0.95 0.32
HSL 74.18º 0.91% 0.35% -
HSV(B) 74.18º 0.95% 0.68% -
XYZ 24.82 34.97 5.67 -
YUV 142.53 52.08 121.92 -
System Red Green Blue C M Y K H S L
Decimal 134 173 8 0.23 0 0.95 0.32 74.18 0.91 0.35
Hex 86 AD 8 17 0 5F 20 4A 5B 23
Octal 206 255 10 27 0 137 40 112 133 43
Binary 10000110 10101101 1000 10111 0 1011111 100000 1001010 1011011 100011

Color Harmonies of #86AD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AD08

Black with #86AD08

Text Example


Text Example

White with #86AD08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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