Html Css Color HEX #838970 Bitter

📋 copy color: '#838970'

red 131 ◦ green 137 ◦ blue 112

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

Shades of Bitter #838970

Tints of Bitter #838970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.05%

 BLUE value IS 112 (44.14% from 255) = 29.47%

R = 34.47%
G = 36.05%
B = 29.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#838970 (or 0x838970) is known color: Bitter. HEX triplet: 83, 89 and 70. RGB value is (131,137,112). Sum of RGB (Red+Green+Blue) = 131+137+112=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 137 - color contains mainly: green. Hex color #838970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838970 is #7C768F. Grayscale: #848484. Windows color (decimal): -8156816 or 7375235. OLE color: 7375235.

HSL color Cylindrical-coordinate representation of color #838970: hue angle of 74.4º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #838970 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 137 112 -
CMYK 0.04 0 0.18 0.46
HSL 74.4º 0.1% 0.49% -
HSV(B) 74.4º 0.18% 0.54% -
XYZ 21.23 23.89 18.82 -
YUV 132.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 131 137 112 0.04 0 0.18 0.46 74.4 0.1 0.49
Hex 83 89 70 4 0 12 2E 4A A 31
Octal 203 211 160 4 0 22 56 112 12 61
Binary 10000011 10001001 1110000 100 0 10010 101110 1001010 1010 110001

Color Harmonies of #838970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838970

Black with #838970

Text Example


Text Example

White with #838970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838970; }

 p { color: rgb(131,137,112); }

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

background-color css

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

 a { background-color: rgb(131,137,112); }

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

border-color css

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

 span { border-color: rgb(131,137,112); }

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