#809318

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

Shades of Citron #809318

Tints of Citron #809318

Color information

#809318 (or 0x809318) is unknown color: approx Citron. HEX triplet: 80, 93 and 18. RGB value is (128,147,24). Sum of RGB (Red+Green+Blue) = 128+147+24=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #809318 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809318 is #7F6CE7. Grayscale: #7F7F7F. Windows color (decimal): -8350952 or 1610624. OLE color: 1610624.

HSL color Cylindrical-coordinate representation of color #809318: hue angle of 69.27º 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 #809318 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB12814724-
CMYK0.1300.840.42
HSL69.27º71.93%33.53%-
HSV(B)69.27º83.67%57.65%-
XYZ19.525.524.76-
YUV127.369.71128.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.81%
GREEN value IS 147 (57.81% from 255) = 49.16%
BLUE value IS 24 (9.77% from 255) = 8.03%
R=42.81%
G=49.16%
B=8.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128147240.1300.840.4269.2771.9333.53
Hex809318D0542A454822
Octal200223301501245210511042
Binary10000000100100111100011010101010010101010001011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809318; }

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

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

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

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

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

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

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

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