#809F14

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

Shades of Citron #809F14

Tints of Citron #809F14

Color information

#809F14 (or 0x809F14) is unknown color: approx Citron. HEX triplet: 80, 9F and 14. RGB value is (128,159,20). Sum of RGB (Red+Green+Blue) = 128+159+20=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 159 (62.5% from 255 or 51.79% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 159 - color contains mainly: green. Hex color #809F14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809F14 is #7F60EB. Grayscale: #868686. Windows color (decimal): -8347884 or 1351552. OLE color: 1351552.

HSL color Cylindrical-coordinate representation of color #809F14: hue angle of 73.38º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #809F14 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB12815920-
CMYK0.1900.870.38
HSL73.38º77.65%35.1%-
HSV(B)73.38º87.42%62.35%-
XYZ21.4329.445.21-
YUV133.8863.73123.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.69%
GREEN value IS 159 (62.5% from 255) = 51.79%
BLUE value IS 20 (8.20% from 255) = 6.51%
R=41.69%
G=51.79%
B=6.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128159200.1900.870.3873.3877.6535.1
Hex809F141305726494e23
Octal200237242301274611111643
Binary100000001001111110100100110101011110011010010011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,159,20); }

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

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

 a { background-color: rgb(128,159,20); }

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

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

 span { border-color: rgb(128,159,20); }

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