#809418

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

Shades of Citron #809418

Tints of Citron #809418

Color information

#809418 (or 0x809418) is unknown color: approx Citron. HEX triplet: 80, 94 and 18. RGB value is (128,148,24). Sum of RGB (Red+Green+Blue) = 128+148+24=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #809418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809418 is #7F6BE7. Grayscale: #808080. Windows color (decimal): -8350696 or 1610880. OLE color: 1610880.

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

Color convert

RGB12814824-
CMYK0.1400.840.42
HSL69.68º72.09%33.73%-
HSV(B)69.68º83.78%58.04%-
XYZ19.6625.834.81-
YUV127.8869.37128.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.67%
GREEN value IS 148 (58.20% from 255) = 49.33%
BLUE value IS 24 (9.77% from 255) = 8%
R=42.67%
G=49.33%
B=8%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128148240.1400.840.4269.6872.0933.73
Hex809418E0542A464822
Octal200224301601245210611042
Binary10000000100101001100011100101010010101010001101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809418; }

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

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

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

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

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

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

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

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