#818466

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

Shades of Bitter #818466

Tints of Bitter #818466

Color information

#818466 (or 0x818466) is unknown color: approx Bitter. HEX triplet: 81, 84 and 66. RGB value is (129,132,102). Sum of RGB (Red+Green+Blue) = 129+132+102=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #818466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818466 is #7E7B99. Grayscale: #7F7F7F. Windows color (decimal): -8289178 or 6718593. OLE color: 6718593.

HSL color Cylindrical-coordinate representation of color #818466: hue angle of 66º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #818466 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB129132102-
CMYK0.0200.230.48
HSL66º12.82%45.88%-
HSV(B)66º22.73%51.76%-
XYZ19.722.1315.8-
YUV127.68113.51128.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.54%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=35.54%
G=36.36%
B=28.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291321020.0200.230.486612.8245.88
Hex81846620173042d2e
Octal2012041462027601021556
Binary100000011000010011001101001011111000010000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818466; }

 p { color: rgb(129,132,102); }

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

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

 a { background-color: rgb(129,132,102); }

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

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

 span { border-color: rgb(129,132,102); }

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