#809250

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

Shades of Highland #809250

Tints of Highland #809250

Color information

#809250 (or 0x809250) is unknown color: approx Highland. HEX triplet: 80, 92 and 50. RGB value is (128,146,80). Sum of RGB (Red+Green+Blue) = 128+146+80=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #809250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809250 is #7F6DAF. Grayscale: #858585. Windows color (decimal): -8351152 or 5280384. OLE color: 5280384.

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

Color convert

RGB12814680-
CMYK0.1200.450.43
HSL76.36º29.2%44.31%-
HSV(B)76.36º45.21%57.25%-
XYZ20.6325.7311.47-
YUV133.0998.04124.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 146 (57.42% from 255) = 41.24%
BLUE value IS 80 (31.64% from 255) = 22.60%
R=36.16%
G=41.24%
B=22.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal128146800.1200.450.4376.3629.244.31
Hex809250C02D2B4c1d2c
Octal20022212014055531143554
Binary1000000010010010101000011000101101101011100110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809250; }

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

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

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

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

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

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

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

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