#809216

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

Shades of Citron #809216

Tints of Citron #809216

Color information

#809216 (or 0x809216) is unknown color: approx Citron. HEX triplet: 80, 92 and 16. RGB value is (128,146,22). Sum of RGB (Red+Green+Blue) = 128+146+22=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #809216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809216 is #7F6DE9. Grayscale: #7E7E7E. Windows color (decimal): -8351210 or 1479296. OLE color: 1479296.

HSL color Cylindrical-coordinate representation of color #809216: hue angle of 68.71º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #809216 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB12814622-
CMYK0.1200.850.43
HSL68.71º73.81%32.94%-
HSV(B)68.71º84.93%57.25%-
XYZ19.3325.24.61-
YUV126.4869.04129.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.24%
GREEN value IS 146 (57.42% from 255) = 49.32%
BLUE value IS 22 (8.98% from 255) = 7.43%
R=43.24%
G=49.32%
B=7.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal128146220.1200.850.4368.7173.8132.94
Hex809216C0552B454a21
Octal200222261401255310511241
Binary10000000100100101011011000101010110101110001011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809216; }

 p { color: rgb(128,146,22); }

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

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

 a { background-color: rgb(128,146,22); }

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

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

 span { border-color: rgb(128,146,22); }

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