Html Css Color HEX #838D62 Bitter

📋 copy color: '#838D62'

red 131 ◦ green 141 ◦ blue 98

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

Shades of Bitter #838D62

Tints of Bitter #838D62

RGB

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

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

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

R = 35.41%
G = 38.11%
B = 26.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#838D62 (or 0x838D62) is known color: Bitter. HEX triplet: 83, 8D and 62. RGB value is (131,141,98). Sum of RGB (Red+Green+Blue) = 131+141+98=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 141 - color contains mainly: green. Hex color #838D62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D62 is #7C729D. Grayscale: #858585. Windows color (decimal): -8155806 or 6458755. OLE color: 6458755.

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

Color convert

RGB 131 141 98 -
CMYK 0.07 0 0.30 0.45
HSL 73.95º 0.18% 0.47% -
HSV(B) 73.95º 0.3% 0.55% -
XYZ 21.09 24.76 15.22 -
YUV 133.11 108.19 126.5 -
System Red Green Blue C M Y K H S L
Decimal 131 141 98 0.07 0 0.30 0.45 73.95 0.18 0.47
Hex 83 8D 62 7 0 1E 2D 4A 12 2F
Octal 203 215 142 7 0 36 55 112 22 57
Binary 10000011 10001101 1100010 111 0 11110 101101 1001010 10010 101111

Color Harmonies of #838D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D62

Black with #838D62

Text Example


Text Example

White with #838D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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