Html Css Color HEX #838F5B Bitter

📋 copy color: '#838F5B'

red 131 ◦ green 143 ◦ blue 91

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

Shades of Bitter #838F5B

Tints of Bitter #838F5B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.18%

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

R = 35.89%
G = 39.18%
B = 24.93%

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

#838F5B (or 0x838F5B) is known color: Bitter. HEX triplet: 83, 8F and 5B. RGB value is (131,143,91). Sum of RGB (Red+Green+Blue) = 131+143+91=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 143 - color contains mainly: green. Hex color #838F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838F5B is #7C70A4. Grayscale: #858585. Windows color (decimal): -8155301 or 6000515. OLE color: 6000515.

HSL color Cylindrical-coordinate representation of color #838F5B: hue angle of 73.85º 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 #838F5B is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 143 91 -
CMYK 0.08 0 0.36 0.44
HSL 73.85º 0.22% 0.46% -
HSV(B) 73.85º 0.36% 0.56% -
XYZ 21.07 25.23 13.66 -
YUV 133.48 104.02 126.23 -
System Red Green Blue C M Y K H S L
Decimal 131 143 91 0.08 0 0.36 0.44 73.85 0.22 0.46
Hex 83 8F 5B 8 0 24 2C 4A 16 2E
Octal 203 217 133 10 0 44 54 112 26 56
Binary 10000011 10001111 1011011 1000 0 100100 101100 1001010 10110 101110

Color Harmonies of #838F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838F5B

Black with #838F5B

Text Example


Text Example

White with #838F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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