#818247

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

Shades of Highball #818247

Tints of Highball #818247

Color information

#818247 (or 0x818247) is unknown color: approx Highball. HEX triplet: 81, 82 and 47. RGB value is (129,130,71). Sum of RGB (Red+Green+Blue) = 129+130+71=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #818247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818247 is #7E7DB8. Grayscale: #7B7B7B. Windows color (decimal): -8289721 or 4686465. OLE color: 4686465.

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

Color convert

RGB12913071-
CMYK0.0100.450.49
HSL61.02º29.35%39.41%-
HSV(B)61.02º45.38%50.98%-
XYZ18.1721.099.07-
YUV122.9898.67132.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.09%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 71 (28.12% from 255) = 21.52%
R=39.09%
G=39.39%
B=21.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129130710.0100.450.4961.0229.3539.41
Hex818247102D313d1d27
Octal201202107105561753547
Binary100000011000001010001111010110111000111110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818247; }

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

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

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

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

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

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

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

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