#86971F

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

Shades of Citron #86971F

Tints of Citron #86971F

Color information

#86971F (or 0x86971F) is unknown color: approx Citron. HEX triplet: 86, 97 and 1F. RGB value is (134,151,31). Sum of RGB (Red+Green+Blue) = 134+151+31=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #86971F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86971F is #7968E0. Grayscale: #848484. Windows color (decimal): -7956705 or 2070406. OLE color: 2070406.

HSL color Cylindrical-coordinate representation of color #86971F: hue angle of 68.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86971F is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB13415131-
CMYK0.1100.790.41
HSL68.5º65.93%35.69%-
HSV(B)68.5º79.47%59.22%-
XYZ21.1527.35.45-
YUV132.2470.87129.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 151 (59.38% from 255) = 47.78%
BLUE value IS 31 (12.5% from 255) = 9.81%
R=42.41%
G=47.78%
B=9.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134151310.1100.790.4168.565.9335.69
Hex86971FB04F29444224
Octal206227371301175110410244
Binary10000110100101111111110110100111110100110001001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86971F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86971F; }

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

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

<style>
 a { background-color: #86971F; }

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

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

<style>
 span { border-color: #86971F; }

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

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