#818862

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

Shades of Bitter #818862

Tints of Bitter #818862

Color information

#818862 (or 0x818862) is unknown color: approx Bitter. HEX triplet: 81, 88 and 62. RGB value is (129,136,98). Sum of RGB (Red+Green+Blue) = 129+136+98=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #818862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818862 is #7E779D. Grayscale: #818181. Windows color (decimal): -8288158 or 6457473. OLE color: 6457473.

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

Color convert

RGB12913698-
CMYK0.0500.280.47
HSL71.05º16.24%45.88%-
HSV(B)71.05º27.94%53.33%-
XYZ20.0623.1614.97-
YUV129.57110.18127.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.54%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 98 (38.67% from 255) = 27.00%
R=35.54%
G=37.47%
B=27.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129136980.0500.280.4771.0516.2445.88
Hex818862501C2F47102e
Octal2012101425034571072056
Binary10000001100010001100010101011100101111100011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818862; }

 p { color: rgb(129,136,98); }

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

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

 a { background-color: rgb(129,136,98); }

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

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

 span { border-color: rgb(129,136,98); }

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