#809426

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

Shades of Citron #809426

Tints of Citron #809426

Color information

#809426 (or 0x809426) is unknown color: approx Citron. HEX triplet: 80, 94 and 26. RGB value is (128,148,38). Sum of RGB (Red+Green+Blue) = 128+148+38=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #809426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809426 is #7F6BD9. Grayscale: #818181. Windows color (decimal): -8350682 or 2528384. OLE color: 2528384.

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

Color convert

RGB12814838-
CMYK0.1400.740.42
HSL70.91º59.14%36.47%-
HSV(B)70.91º74.32%58.04%-
XYZ19.8425.915.79-
YUV129.4876.37126.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.76%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 38 (15.23% from 255) = 12.10%
R=40.76%
G=47.13%
B=12.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128148380.1400.740.4270.9159.1436.47
Hex809426E04A2A473b24
Octal20022446160112521077344
Binary10000000100101001001101110010010101010101000111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809426; }

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

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

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

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

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

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

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

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