Html Css Color HEX #838D67 Bitter

📋 copy color: '#838D67'

red 131 ◦ green 141 ◦ blue 103

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

Shades of Bitter #838D67

Tints of Bitter #838D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.47%

R = 34.93%
G = 37.6%
B = 27.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#838D67 (or 0x838D67) is known color: Bitter. HEX triplet: 83, 8D and 67. RGB value is (131,141,103). Sum of RGB (Red+Green+Blue) = 131+141+103=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 141 - color contains mainly: green. Hex color #838D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D67 is #7C7298. Grayscale: #858585. Windows color (decimal): -8155801 or 6786435. OLE color: 6786435.

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

Color convert

RGB 131 141 103 -
CMYK 0.07 0 0.27 0.45
HSL 75.79º 0.16% 0.48% -
HSV(B) 75.79º 0.27% 0.55% -
XYZ 21.33 24.85 16.5 -
YUV 133.68 110.69 126.09 -
System Red Green Blue C M Y K H S L
Decimal 131 141 103 0.07 0 0.27 0.45 75.79 0.16 0.48
Hex 83 8D 67 7 0 1B 2D 4C 10 30
Octal 203 215 147 7 0 33 55 114 20 60
Binary 10000011 10001101 1100111 111 0 11011 101101 1001100 10000 110000

Color Harmonies of #838D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D67

Black with #838D67

Text Example


Text Example

White with #838D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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