#869520

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

Shades of Citron #869520

Tints of Citron #869520

Color information

#869520 (or 0x869520) is unknown color: approx Citron. HEX triplet: 86, 95 and 20. RGB value is (134,149,32). Sum of RGB (Red+Green+Blue) = 134+149+32=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #869520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869520 is #796ADF. Grayscale: #838383. Windows color (decimal): -7957216 or 2135430. OLE color: 2135430.

HSL color Cylindrical-coordinate representation of color #869520: hue angle of 67.69º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #869520 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB13414932-
CMYK0.1000.790.42
HSL67.69º64.64%35.49%-
HSV(B)67.69º78.52%58.43%-
XYZ20.8426.675.42-
YUV131.1872.03130.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.54%
GREEN value IS 149 (58.59% from 255) = 47.30%
BLUE value IS 32 (12.89% from 255) = 10.16%
R=42.54%
G=47.30%
B=10.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134149320.1000.790.4267.6964.6435.49
Hex869520A04F2A444123
Octal206225401201175210410143
Binary100001101001010110000010100100111110101010001001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869520; }

 p { color: rgb(134,149,32); }

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

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

 a { background-color: rgb(134,149,32); }

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

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

 span { border-color: rgb(134,149,32); }

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