#809326

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

Shades of Citron #809326

Tints of Citron #809326

Color information

#809326 (or 0x809326) is unknown color: approx Citron. HEX triplet: 80, 93 and 26. RGB value is (128,147,38). Sum of RGB (Red+Green+Blue) = 128+147+38=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #809326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809326 is #7F6CD9. Grayscale: #818181. Windows color (decimal): -8350938 or 2528128. OLE color: 2528128.

HSL color Cylindrical-coordinate representation of color #809326: hue angle of 70.46º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #809326 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB12814738-
CMYK0.1300.740.42
HSL70.46º58.92%36.27%-
HSV(B)70.46º74.15%57.65%-
XYZ19.6925.65.74-
YUV128.8976.71127.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.89%
GREEN value IS 147 (57.81% from 255) = 46.96%
BLUE value IS 38 (15.23% from 255) = 12.14%
R=40.89%
G=46.96%
B=12.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128147380.1300.740.4270.4658.9236.27
Hex809326D04A2A463b24
Octal20022346150112521067344
Binary10000000100100111001101101010010101010101000110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809326; }

 p { color: rgb(128,147,38); }

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

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

 a { background-color: rgb(128,147,38); }

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

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

 span { border-color: rgb(128,147,38); }

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