#808250

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

Shades of Finch #808250

Tints of Finch #808250

Color information

#808250 (or 0x808250) is unknown color: approx Finch. HEX triplet: 80, 82 and 50. RGB value is (128,130,80). Sum of RGB (Red+Green+Blue) = 128+130+80=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 130 - color contains mainly: green. Hex color #808250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808250 is #7F7DAF. Grayscale: #7B7B7B. Windows color (decimal): -8355248 or 5276288. OLE color: 5276288.

HSL color Cylindrical-coordinate representation of color #808250: hue angle of 62.4º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #808250 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB12813080-
CMYK0.0200.380.49
HSL62.4º23.81%41.18%-
HSV(B)62.4º38.46%50.98%-
XYZ18.3321.1310.7-
YUV123.7103.34131.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.87%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=37.87%
G=38.46%
B=23.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128130800.0200.380.4962.423.8141.18
Hex8082502026313e1829
Octal200202120204661763051
Binary1000000010000010101000010010011011000111111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808250; }

 p { color: rgb(128,130,80); }

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

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

 a { background-color: rgb(128,130,80); }

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

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

 span { border-color: rgb(128,130,80); }

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