#818963

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

Shades of Bitter #818963

Tints of Bitter #818963

Color information

#818963 (or 0x818963) is unknown color: approx Bitter. HEX triplet: 81, 89 and 63. RGB value is (129,137,99). Sum of RGB (Red+Green+Blue) = 129+137+99=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #818963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818963 is #7E769C. Grayscale: #828282. Windows color (decimal): -8287901 or 6523265. OLE color: 6523265.

HSL color Cylindrical-coordinate representation of color #818963: hue angle of 72.63º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #818963 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB12913799-
CMYK0.0600.280.46
HSL72.63º16.1%46.27%-
HSV(B)72.63º27.74%53.73%-
XYZ20.2523.4615.27-
YUV130.28110.35127.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.34%
GREEN value IS 137 (53.91% from 255) = 37.53%
BLUE value IS 99 (39.06% from 255) = 27.12%
R=35.34%
G=37.53%
B=27.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129137990.0600.280.4672.6316.146.27
Hex818963601C2E49102e
Octal2012111436034561112056
Binary10000001100010011100011110011100101110100100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818963; }

 p { color: rgb(129,137,99); }

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

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

 a { background-color: rgb(129,137,99); }

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

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

 span { border-color: rgb(129,137,99); }

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