#86991E

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

Shades of Citron #86991E

Tints of Citron #86991E

Color information

#86991E (or 0x86991E) is unknown color: approx Citron. HEX triplet: 86, 99 and 1E. RGB value is (134,153,30). Sum of RGB (Red+Green+Blue) = 134+153+30=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #86991E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86991E is #7966E1. Grayscale: #858585. Windows color (decimal): -7956194 or 2005382. OLE color: 2005382.

HSL color Cylindrical-coordinate representation of color #86991E: hue angle of 69.27º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86991E is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB13415330-
CMYK0.1200.800.4
HSL69.27º67.21%35.88%-
HSV(B)69.27º80.39%60%-
XYZ21.4627.945.49-
YUV133.369.71128.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.27%
GREEN value IS 153 (60.16% from 255) = 48.26%
BLUE value IS 30 (12.11% from 255) = 9.46%
R=42.27%
G=48.26%
B=9.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal134153300.1200.800.469.2767.2135.88
Hex86991EC05028454324
Octal206231361401205010510344
Binary10000110100110011111011000101000010100010001011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86991E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,153,30); }

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

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

 a { background-color: rgb(134,153,30); }

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

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

 span { border-color: rgb(134,153,30); }

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