#809215

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

Shades of Citron #809215

Tints of Citron #809215

Color information

#809215 (or 0x809215) is unknown color: approx Citron. HEX triplet: 80, 92 and 15. RGB value is (128,146,21). Sum of RGB (Red+Green+Blue) = 128+146+21=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #809215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809215 is #7F6DEA. Grayscale: #7E7E7E. Windows color (decimal): -8351211 or 1413760. OLE color: 1413760.

HSL color Cylindrical-coordinate representation of color #809215: hue angle of 68.64º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #809215 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB12814621-
CMYK0.1200.860.43
HSL68.64º74.85%32.75%-
HSV(B)68.64º85.62%57.25%-
XYZ19.3225.24.56-
YUV126.3768.54129.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.39%
GREEN value IS 146 (57.42% from 255) = 49.49%
BLUE value IS 21 (8.59% from 255) = 7.12%
R=43.39%
G=49.49%
B=7.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal128146210.1200.860.4368.6474.8532.75
Hex809215C0562B454b21
Octal200222251401265310511341
Binary10000000100100101010111000101011010101110001011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809215; }

 p { color: rgb(128,146,21); }

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

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

 a { background-color: rgb(128,146,21); }

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

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

 span { border-color: rgb(128,146,21); }

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