Html Css Color HEX #838D66 Bitter

📋 copy color: '#838D66'

red 131 ◦ green 141 ◦ blue 102

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

Shades of Bitter #838D66

Tints of Bitter #838D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.27%

R = 35.03%
G = 37.7%
B = 27.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#838D66 (or 0x838D66) is known color: Bitter. HEX triplet: 83, 8D and 66. RGB value is (131,141,102). Sum of RGB (Red+Green+Blue) = 131+141+102=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 141 - color contains mainly: green. Hex color #838D66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D66 is #7C7299. Grayscale: #858585. Windows color (decimal): -8155802 or 6720899. OLE color: 6720899.

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

Color convert

RGB 131 141 102 -
CMYK 0.07 0 0.28 0.45
HSL 75.38º 0.16% 0.48% -
HSV(B) 75.38º 0.28% 0.55% -
XYZ 21.28 24.83 16.24 -
YUV 133.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 131 141 102 0.07 0 0.28 0.45 75.38 0.16 0.48
Hex 83 8D 66 7 0 1C 2D 4B 10 30
Octal 203 215 146 7 0 34 55 113 20 60
Binary 10000011 10001101 1100110 111 0 11100 101101 1001011 10000 110000

Color Harmonies of #838D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D66

Black with #838D66

Text Example


Text Example

White with #838D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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