#818468

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

Shades of Bitter #818468

Tints of Bitter #818468

Color information

#818468 (or 0x818468) is unknown color: approx Bitter. HEX triplet: 81, 84 and 68. RGB value is (129,132,104). Sum of RGB (Red+Green+Blue) = 129+132+104=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 132 - color contains mainly: green. Hex color #818468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818468 is #7E7B97. Grayscale: #808080. Windows color (decimal): -8289176 or 6849665. OLE color: 6849665.

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

Color convert

RGB129132104-
CMYK0.0200.210.48
HSL66.43º11.86%46.27%-
HSV(B)66.43º21.21%51.76%-
XYZ19.822.1716.33-
YUV127.91114.51128.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.34%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 104 (41.02% from 255) = 28.49%
R=35.34%
G=36.16%
B=28.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291321040.0200.210.4866.4311.8646.27
Hex81846820153042c2e
Octal2012041502025601021456
Binary100000011000010011010001001010111000010000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818468; }

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

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

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

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

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

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

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

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