#809816

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

Shades of Citron #809816

Tints of Citron #809816

Color information

#809816 (or 0x809816) is unknown color: approx Citron. HEX triplet: 80, 98 and 16. RGB value is (128,152,22). Sum of RGB (Red+Green+Blue) = 128+152+22=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #809816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809816 is #7F67E9. Grayscale: #828282. Windows color (decimal): -8349674 or 1480832. OLE color: 1480832.

HSL color Cylindrical-coordinate representation of color #809816: hue angle of 71.08º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #809816 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB12815222-
CMYK0.1600.860.40
HSL71.08º74.71%34.12%-
HSV(B)71.08º85.53%59.61%-
XYZ20.2827.14.92-
YUV13067.05126.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.38%
GREEN value IS 152 (59.77% from 255) = 50.33%
BLUE value IS 22 (8.98% from 255) = 7.28%
R=42.38%
G=50.33%
B=7.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal128152220.1600.860.4071.0874.7134.12
Hex8098161005628474b22
Octal200230262001265010711342
Binary100000001001100010110100000101011010100010001111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809816; }

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

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

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

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

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

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

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

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