Html Css Color HEX #838D5D Bitter

📋 copy color: '#838D5D'

red 131 ◦ green 141 ◦ blue 93

#838D5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter #838D5D

Tints of Bitter #838D5D

RGB

 RED value IS 131 (51.56% from 255) = 35.89%

 GREEN value IS 141 (55.47% from 255) = 38.63%

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 35.89%
G = 38.63%
B = 25.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#838D5D (or 0x838D5D) is known color: Bitter. HEX triplet: 83, 8D and 5D. RGB value is (131,141,93). Sum of RGB (Red+Green+Blue) = 131+141+93=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 141 - color contains mainly: green. Hex color #838D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D5D is #7C72A2. Grayscale: #848484. Windows color (decimal): -8155811 or 6131075. OLE color: 6131075.

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

Color convert

RGB 131 141 93 -
CMYK 0.07 0 0.34 0.45
HSL 72.5º 0.21% 0.46% -
HSV(B) 72.5º 0.34% 0.55% -
XYZ 20.86 24.67 14.02 -
YUV 132.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 131 141 93 0.07 0 0.34 0.45 72.5 0.21 0.46
Hex 83 8D 5D 7 0 22 2D 48 15 2E
Octal 203 215 135 7 0 42 55 110 25 56
Binary 10000011 10001101 1011101 111 0 100010 101101 1001000 10101 101110

Color Harmonies of #838D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D5D

Black with #838D5D

Text Example


Text Example

White with #838D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,141,93); }

 H1.HeaderClassName
 {
   color: #838D5D;
 }
 .AnyTagClassName
 {
   color: #838D5D;
 }
</style>

background-color css

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

 a { background-color: rgb(131,141,93); }

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

border-color css

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

 span { border-color: rgb(131,141,93); }

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