Html Css Color HEX #838A62 Bitter

📋 copy color: '#838A62'

red 131 ◦ green 138 ◦ blue 98

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

Shades of Bitter #838A62

Tints of Bitter #838A62

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.6%

 BLUE value IS 98 (38.67% from 255) = 26.7%

R = 35.69%
G = 37.6%
B = 26.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#838A62 (or 0x838A62) is known color: Bitter. HEX triplet: 83, 8A and 62. RGB value is (131,138,98). Sum of RGB (Red+Green+Blue) = 131+138+98=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 138 - color contains mainly: green. Hex color #838A62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A62 is #7C759D. Grayscale: #838383. Windows color (decimal): -8156574 or 6457987. OLE color: 6457987.

HSL color Cylindrical-coordinate representation of color #838A62: hue angle of 70.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #838A62 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 138 98 -
CMYK 0.05 0 0.29 0.46
HSL 70.5º 0.17% 0.46% -
HSV(B) 70.5º 0.29% 0.54% -
XYZ 20.65 23.88 15.08 -
YUV 131.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 131 138 98 0.05 0 0.29 0.46 70.5 0.17 0.46
Hex 83 8A 62 5 0 1D 2E 46 11 2E
Octal 203 212 142 5 0 35 56 106 21 56
Binary 10000011 10001010 1100010 101 0 11101 101110 1000110 10001 101110

Color Harmonies of #838A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838A62

Black with #838A62

Text Example


Text Example

White with #838A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,138,98); }

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

background-color css

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

 a { background-color: rgb(131,138,98); }

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

border-color css

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

 span { border-color: rgb(131,138,98); }

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