Html Css Color HEX #838D64 Bitter

📋 copy color: '#838D64'

red 131 ◦ green 141 ◦ blue 100

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

Shades of Bitter #838D64

Tints of Bitter #838D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.88%

R = 35.22%
G = 37.9%
B = 26.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#838D64 (or 0x838D64) is known color: Bitter. HEX triplet: 83, 8D and 64. RGB value is (131,141,100). Sum of RGB (Red+Green+Blue) = 131+141+100=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 141 - color contains mainly: green. Hex color #838D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D64 is #7C729B. Grayscale: #858585. Windows color (decimal): -8155804 or 6589827. OLE color: 6589827.

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

Color convert

RGB 131 141 100 -
CMYK 0.07 0 0.29 0.45
HSL 74.63º 0.17% 0.47% -
HSV(B) 74.63º 0.29% 0.55% -
XYZ 21.19 24.8 15.73 -
YUV 133.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 131 141 100 0.07 0 0.29 0.45 74.63 0.17 0.47
Hex 83 8D 64 7 0 1D 2D 4B 11 2F
Octal 203 215 144 7 0 35 55 113 21 57
Binary 10000011 10001101 1100100 111 0 11101 101101 1001011 10001 101111

Color Harmonies of #838D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D64

Black with #838D64

Text Example


Text Example

White with #838D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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