#869210

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

Shades of Citron #869210

Tints of Citron #869210

Color information

#869210 (or 0x869210) is unknown color: approx Citron. HEX triplet: 86, 92 and 10. RGB value is (134,146,16). Sum of RGB (Red+Green+Blue) = 134+146+16=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #869210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869210 is #796DEF. Grayscale: #808080. Windows color (decimal): -7958000 or 1086086. OLE color: 1086086.

HSL color Cylindrical-coordinate representation of color #869210: hue angle of 65.54º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #869210 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB13414616-
CMYK0.0800.890.43
HSL65.54º80.25%31.76%-
HSV(B)65.54º89.04%57.25%-
XYZ20.225.664.38-
YUV127.5965.02132.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 146 (57.42% from 255) = 49.32%
BLUE value IS 16 (6.64% from 255) = 5.41%
R=45.27%
G=49.32%
B=5.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134146160.0800.890.4365.5480.2531.76
Hex86921080592B425020
Octal206222201001315310212040
Binary10000110100100101000010000101100110101110000101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869210; }

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

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

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

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

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

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

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

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