#86970E

Color #86970E Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #86970E

Tints of Citron #86970E

Color information

#86970E (or 0x86970E) is unknown color: approx Citron. HEX triplet: 86, 97 and 0E. RGB value is (134,151,14). Sum of RGB (Red+Green+Blue) = 134+151+14=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #86970E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86970E is #7968F1. Grayscale: #828282. Windows color (decimal): -7956722 or 956294. OLE color: 956294.

HSL color Cylindrical-coordinate representation of color #86970E: hue angle of 67.45º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86970E is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB13415114-
CMYK0.1100.910.41
HSL67.45º83.03%32.35%-
HSV(B)67.45º90.73%59.22%-
XYZ20.9827.234.57-
YUV130.362.37130.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 151 (59.38% from 255) = 50.50%
BLUE value IS 14 (5.86% from 255) = 4.68%
R=44.82%
G=50.50%
B=4.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134151140.1100.910.4167.4583.0332.35
Hex8697EB05B29435320
Octal206227161301335110312340
Binary1000011010010111111010110101101110100110000111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86970E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86970E; }

 p { color: rgb(134,151,14); }

 H1.HeaderClassName
 {
   color: #86970E;
 }
 .AnyTagClassName
 {
   color: #86970E;
 }
</style>
background-color css

<style>
 a { background-color: #86970E; }

 a { background-color: rgb(134,151,14); }

 div.DivClassName
 {
   background-color: #86970E;
 }
 .BgClassName
 {
   background-color: #86970E;
 }
</style>
border-color css

<style>
 span { border-color: #86970E; }

 span { border-color: rgb(134,151,14); }

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