#838870

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

Shades of Bitter #838870

Tints of Bitter #838870

Color information

#838870 (or 0x838870) is unknown color: approx Bitter. HEX triplet: 83, 88 and 70. RGB value is (131,136,112). Sum of RGB (Red+Green+Blue) = 131+136+112=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 136 - color contains mainly: green. Hex color #838870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838870 is #7C778F. Grayscale: #838383. Windows color (decimal): -8157072 or 7374979. OLE color: 7374979.

HSL color Cylindrical-coordinate representation of color #838870: hue angle of 72.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #838870 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB131136112-
CMYK0.0400.180.47
HSL72.5º9.68%48.63%-
HSV(B)72.5º17.65%53.33%-
XYZ21.0923.618.77-
YUV131.77116.84127.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=34.56%
G=35.88%
B=29.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311361120.0400.180.4772.59.6848.63
Hex83887040122F48a31
Octal2032101604022571101261
Binary1000001110001000111000010001001010111110010001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838870; }

 p { color: rgb(131,136,112); }

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

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

 a { background-color: rgb(131,136,112); }

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

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

 span { border-color: rgb(131,136,112); }

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