Html Css Color HEX #838C57 Bitter

📋 copy color: '#838C57'

red 131 ◦ green 140 ◦ blue 87

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

Shades of Bitter #838C57

Tints of Bitter #838C57

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.11%

 BLUE value IS 87 (34.38% from 255) = 24.3%

R = 36.59%
G = 39.11%
B = 24.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#838C57 (or 0x838C57) is known color: Bitter. HEX triplet: 83, 8C and 57. RGB value is (131,140,87). Sum of RGB (Red+Green+Blue) = 131+140+87=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 140 - color contains mainly: green. Hex color #838C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838C57 is #7C73A8. Grayscale: #838383. Windows color (decimal): -8156073 or 5737603. OLE color: 5737603.

HSL color Cylindrical-coordinate representation of color #838C57: hue angle of 70.19º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #838C57 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 140 87 -
CMYK 0.06 0 0.38 0.45
HSL 70.19º 0.23% 0.45% -
HSV(B) 70.19º 0.38% 0.55% -
XYZ 20.46 24.27 12.62 -
YUV 131.27 103.02 127.81 -
System Red Green Blue C M Y K H S L
Decimal 131 140 87 0.06 0 0.38 0.45 70.19 0.23 0.45
Hex 83 8C 57 6 0 26 2D 46 17 2D
Octal 203 214 127 6 0 46 55 106 27 55
Binary 10000011 10001100 1010111 110 0 100110 101101 1000110 10111 101101

Color Harmonies of #838C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838C57

Black with #838C57

Text Example


Text Example

White with #838C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,140,87); }

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

background-color css

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

 a { background-color: rgb(131,140,87); }

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

border-color css

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

 span { border-color: rgb(131,140,87); }

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