#838C60

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

Shades of Bitter #838C60

Tints of Bitter #838C60

Color information

#838C60 (or 0x838C60) is unknown color: approx Bitter. HEX triplet: 83, 8C and 60. RGB value is (131,140,96). Sum of RGB (Red+Green+Blue) = 131+140+96=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 140 - color contains mainly: green. Hex color #838C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838C60 is #7C739F. Grayscale: #848484. Windows color (decimal): -8156064 or 6327427. OLE color: 6327427.

HSL color Cylindrical-coordinate representation of color #838C60: hue angle of 72.27º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #838C60 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB13114096-
CMYK0.0600.310.45
HSL72.27º18.64%46.27%-
HSV(B)72.27º31.43%54.9%-
XYZ20.8524.4314.68-
YUV132.29107.52127.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.69%
GREEN value IS 140 (55.08% from 255) = 38.15%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=35.69%
G=38.15%
B=26.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131140960.0600.310.4572.2718.6446.27
Hex838C60601F2D48132e
Octal2032141406037551102356
Binary10000011100011001100000110011111101101100100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,140,96); }

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

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

 a { background-color: rgb(131,140,96); }

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

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

 span { border-color: rgb(131,140,96); }

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