Html Css Color HEX #848C61 Bitter

📋 copy color: '#848C61'

red 132 ◦ green 140 ◦ blue 97

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

Shades of Bitter #848C61

Tints of Bitter #848C61

RGB

 RED value IS 132 (51.95% from 255) = 35.77%

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

 BLUE value IS 97 (38.28% from 255) = 26.29%

R = 35.77%
G = 37.94%
B = 26.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#848C61 (or 0x848C61) is known color: Bitter. HEX triplet: 84, 8C and 61. RGB value is (132,140,97). Sum of RGB (Red+Green+Blue) = 132+140+97=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 140 - color contains mainly: green. Hex color #848C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848C61 is #7B739E. Grayscale: #848484. Windows color (decimal): -8090527 or 6392964. OLE color: 6392964.

HSL color Cylindrical-coordinate representation of color #848C61: hue angle of 71.16º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #848C61 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 140 97 -
CMYK 0.06 0 0.31 0.45
HSL 71.16º 0.18% 0.46% -
HSV(B) 71.16º 0.31% 0.55% -
XYZ 21.05 24.52 14.93 -
YUV 132.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 132 140 97 0.06 0 0.31 0.45 71.16 0.18 0.46
Hex 84 8C 61 6 0 1F 2D 47 12 2E
Octal 204 214 141 6 0 37 55 107 22 56
Binary 10000100 10001100 1100001 110 0 11111 101101 1000111 10010 101110

Color Harmonies of #848C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848C61

Black with #848C61

Text Example


Text Example

White with #848C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848C61; }

 p { color: rgb(132,140,97); }

 H1.HeaderClassName
 {
   color: #848C61;
 }
 .AnyTagClassName
 {
   color: #848C61;
 }
</style>

background-color css

<style>
 a { background-color: #848C61; }

 a { background-color: rgb(132,140,97); }

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

border-color css

<style>
 span { border-color: #848C61; }

 span { border-color: rgb(132,140,97); }

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