#869329

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

Shades of Citron #869329

Tints of Citron #869329

Color information

#869329 (or 0x869329) is unknown color: approx Citron. HEX triplet: 86, 93 and 29. RGB value is (134,147,41). Sum of RGB (Red+Green+Blue) = 134+147+41=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #869329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869329 is #796CD6. Grayscale: #838383. Windows color (decimal): -7957719 or 2724742. OLE color: 2724742.

HSL color Cylindrical-coordinate representation of color #869329: hue angle of 67.36º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #869329 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB13414741-
CMYK0.0900.720.42
HSL67.36º56.38%36.86%-
HSV(B)67.36º72.11%57.65%-
XYZ20.6726.16.05-
YUV131.0377.19130.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.61%
GREEN value IS 147 (57.81% from 255) = 45.65%
BLUE value IS 41 (16.41% from 255) = 12.73%
R=41.61%
G=45.65%
B=12.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134147410.0900.720.4267.3656.3836.86
Hex86932990482A433825
Octal20622351110110521037045
Binary10000110100100111010011001010010001010101000011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869329; }

 p { color: rgb(134,147,41); }

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

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

 a { background-color: rgb(134,147,41); }

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

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

 span { border-color: rgb(134,147,41); }

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