Html Css Color HEX #86AD07 Citrus

📋 copy color: '#86AD07'

red 134 ◦ green 173 ◦ blue 7

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

Shades of Citrus #86AD07

Tints of Citrus #86AD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.23%

R = 42.68%
G = 55.1%
B = 2.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#86AD07 (or 0x86AD07) is known color: Citrus. HEX triplet: 86, AD and 07. RGB value is (134,173,7). Sum of RGB (Red+Green+Blue) = 134+173+7=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 173 (67.97% from 255 or 55.10% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AD07 is #7952F8. Grayscale: #8F8F8F. Windows color (decimal): -7951097 or 503174. OLE color: 503174.

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

Color convert

RGB 134 173 7 -
CMYK 0.23 0 0.96 0.32
HSL 74.1º 0.92% 0.35% -
HSV(B) 74.1º 0.96% 0.68% -
XYZ 24.81 34.97 5.64 -
YUV 142.42 51.58 122 -
System Red Green Blue C M Y K H S L
Decimal 134 173 7 0.23 0 0.96 0.32 74.1 0.92 0.35
Hex 86 AD 7 17 0 60 20 4A 5C 23
Octal 206 255 7 27 0 140 40 112 134 43
Binary 10000110 10101101 111 10111 0 1100000 100000 1001010 1011100 100011

Color Harmonies of #86AD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AD07

Black with #86AD07

Text Example


Text Example

White with #86AD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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