#818246

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

Shades of Highball #818246

Tints of Highball #818246

Color information

#818246 (or 0x818246) is unknown color: approx Highball. HEX triplet: 81, 82 and 46. RGB value is (129,130,70). Sum of RGB (Red+Green+Blue) = 129+130+70=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #818246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818246 is #7E7DB9. Grayscale: #7B7B7B. Windows color (decimal): -8289722 or 4620929. OLE color: 4620929.

HSL color Cylindrical-coordinate representation of color #818246: hue angle of 61º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #818246 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB12913070-
CMYK0.0100.460.49
HSL61º30%39.22%-
HSV(B)61º46.15%50.98%-
XYZ18.1421.078.91-
YUV122.8698.17132.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.21%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=39.21%
G=39.51%
B=21.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129130700.0100.460.49613039.22
Hex818246102E313d1e27
Octal201202106105661753647
Binary100000011000001010001101010111011000111110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818246; }

 p { color: rgb(129,130,70); }

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

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

 a { background-color: rgb(129,130,70); }

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

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

 span { border-color: rgb(129,130,70); }

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