#809424

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

Shades of Citron #809424

Tints of Citron #809424

Color information

#809424 (or 0x809424) is unknown color: approx Citron. HEX triplet: 80, 94 and 24. RGB value is (128,148,36). Sum of RGB (Red+Green+Blue) = 128+148+36=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #809424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809424 is #7F6BDB. Grayscale: #818181. Windows color (decimal): -8350684 or 2397312. OLE color: 2397312.

HSL color Cylindrical-coordinate representation of color #809424: hue angle of 70.71º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #809424 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB12814836-
CMYK0.1400.760.42
HSL70.71º60.87%36.08%-
HSV(B)70.71º75.68%58.04%-
XYZ19.8125.95.62-
YUV129.2575.37127.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.03%
GREEN value IS 148 (58.20% from 255) = 47.44%
BLUE value IS 36 (14.45% from 255) = 11.54%
R=41.03%
G=47.44%
B=11.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128148360.1400.760.4270.7160.8736.08
Hex809424E04C2A473d24
Octal20022444160114521077544
Binary10000000100101001001001110010011001010101000111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809424; }

 p { color: rgb(128,148,36); }

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

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

 a { background-color: rgb(128,148,36); }

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

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

 span { border-color: rgb(128,148,36); }

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