#809C13

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

Shades of Citron #809C13

Tints of Citron #809C13

Color information

#809C13 (or 0x809C13) is unknown color: approx Citron. HEX triplet: 80, 9C and 13. RGB value is (128,156,19). Sum of RGB (Red+Green+Blue) = 128+156+19=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 156 (61.33% from 255 or 51.49% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 156 - color contains mainly: green. Hex color #809C13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809C13 is #7F63EC. Grayscale: #848484. Windows color (decimal): -8348653 or 1285248. OLE color: 1285248.

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

Color convert

RGB12815619-
CMYK0.1800.880.39
HSL72.26º78.29%34.31%-
HSV(B)72.26º87.82%61.18%-
XYZ20.9128.415-
YUV132.0164.22125.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.24%
GREEN value IS 156 (61.33% from 255) = 51.49%
BLUE value IS 19 (7.81% from 255) = 6.27%
R=42.24%
G=51.49%
B=6.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128156190.1800.880.3972.2678.2934.31
Hex809C131205827484e22
Octal200234232201304711011642
Binary100000001001110010011100100101100010011110010001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,156,19); }

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

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

 a { background-color: rgb(128,156,19); }

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

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

 span { border-color: rgb(128,156,19); }

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