#809b0a

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

Shades of Citron #809B0A

Tints of Citron #809B0A

Color information

#809B0A (or 0x809B0A) is unknown color: approx Citron. HEX triplet: 80, 9B and 0A. RGB value is (128,155,10). Sum of RGB (Red+Green+Blue) = 128+155+10=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #809B0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809B0A is #7F64F5. Grayscale: #828282. Windows color (decimal): -8348918 or 695168. OLE color: 695168.

HSL color Cylindrical-coordinate representation of color #809B0A: hue angle of 71.17º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #809B0A is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB12815510-
CMYK0.1700.940.39
HSL71.17º87.88%32.35%-
HSV(B)71.17º93.55%60.78%-
XYZ20.6828.054.61-
YUV130.460.05126.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.69%
GREEN value IS 155 (60.94% from 255) = 52.90%
BLUE value IS 10 (4.30% from 255) = 3.41%
R=43.69%
G=52.90%
B=3.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128155100.1700.940.3971.1787.8832.35
Hex809BA1105E27475820
Octal200233122101364710713040
Binary10000000100110111010100010101111010011110001111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809b0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809b0a; }

 p { color: rgb(128,155,10); }

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

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

 a { background-color: rgb(128,155,10); }

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

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

 span { border-color: rgb(128,155,10); }

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