Html Css Color HEX #838E5B Bitter

📋 copy color: '#838E5B'

red 131 ◦ green 142 ◦ blue 91

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

Shades of Bitter #838E5B

Tints of Bitter #838E5B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.01%

 BLUE value IS 91 (35.94% from 255) = 25%

R = 35.99%
G = 39.01%
B = 25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#838E5B (or 0x838E5B) is known color: Bitter. HEX triplet: 83, 8E and 5B. RGB value is (131,142,91). Sum of RGB (Red+Green+Blue) = 131+142+91=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 142 - color contains mainly: green. Hex color #838E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838E5B is #7C71A4. Grayscale: #858585. Windows color (decimal): -8155557 or 6000259. OLE color: 6000259.

HSL color Cylindrical-coordinate representation of color #838E5B: hue angle of 72.94º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #838E5B is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 142 91 -
CMYK 0.08 0 0.36 0.44
HSL 72.94º 0.22% 0.46% -
HSV(B) 72.94º 0.36% 0.56% -
XYZ 20.92 24.93 13.61 -
YUV 132.9 104.36 126.65 -
System Red Green Blue C M Y K H S L
Decimal 131 142 91 0.08 0 0.36 0.44 72.94 0.22 0.46
Hex 83 8E 5B 8 0 24 2C 49 16 2E
Octal 203 216 133 10 0 44 54 111 26 56
Binary 10000011 10001110 1011011 1000 0 100100 101100 1001001 10110 101110

Color Harmonies of #838E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838E5B

Black with #838E5B

Text Example


Text Example

White with #838E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,142,91); }

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

background-color css

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

 a { background-color: rgb(131,142,91); }

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

border-color css

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

 span { border-color: rgb(131,142,91); }

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