#838A69

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

Shades of Bitter #838A69

Tints of Bitter #838A69

Color information

#838A69 (or 0x838A69) is unknown color: approx Bitter. HEX triplet: 83, 8A and 69. RGB value is (131,138,105). Sum of RGB (Red+Green+Blue) = 131+138+105=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 138 - color contains mainly: green. Hex color #838A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A69 is #7C7596. Grayscale: #848484. Windows color (decimal): -8156567 or 6916739. OLE color: 6916739.

HSL color Cylindrical-coordinate representation of color #838A69: hue angle of 72.73º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #838A69 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB131138105-
CMYK0.0500.240.46
HSL72.73º13.58%47.65%-
HSV(B)72.73º23.91%54.12%-
XYZ2124.0216.89-
YUV132.15112.68127.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.03%
GREEN value IS 138 (54.30% from 255) = 36.90%
BLUE value IS 105 (41.41% from 255) = 28.07%
R=35.03%
G=36.90%
B=28.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311381050.0500.240.4672.7313.5847.65
Hex838A6950182E49e30
Octal2032121515030561111660
Binary1000001110001010110100110101100010111010010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838A69; }

 p { color: rgb(131,138,105); }

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

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

 a { background-color: rgb(131,138,105); }

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

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

 span { border-color: rgb(131,138,105); }

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