#86921E

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

Shades of Citron #86921E

Tints of Citron #86921E

Color information

#86921E (or 0x86921E) is unknown color: approx Citron. HEX triplet: 86, 92 and 1E. RGB value is (134,146,30). Sum of RGB (Red+Green+Blue) = 134+146+30=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #86921E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86921E is #796DE1. Grayscale: #818181. Windows color (decimal): -7957986 or 2003590. OLE color: 2003590.

HSL color Cylindrical-coordinate representation of color #86921E: hue angle of 66.21º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86921E is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB13414630-
CMYK0.0800.790.43
HSL66.21º65.91%34.51%-
HSV(B)66.21º79.45%57.25%-
XYZ20.3425.725.12-
YUV129.1972.02131.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 146 (57.42% from 255) = 47.10%
BLUE value IS 30 (12.11% from 255) = 9.68%
R=43.23%
G=47.10%
B=9.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134146300.0800.790.4366.2165.9134.51
Hex86921E804F2B424223
Octal206222361001175310210243
Binary10000110100100101111010000100111110101110000101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86921E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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