Html Css Color HEX #848A59 Bitter

📋 copy color: '#848A59'

red 132 ◦ green 138 ◦ blue 89

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

Shades of Bitter #848A59

Tints of Bitter #848A59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.79%

R = 36.77%
G = 38.44%
B = 24.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#848A59 (or 0x848A59) is known color: Bitter. HEX triplet: 84, 8A and 59. RGB value is (132,138,89). Sum of RGB (Red+Green+Blue) = 132+138+89=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 138 - color contains mainly: green. Hex color #848A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848A59 is #7B75A6. Grayscale: #828282. Windows color (decimal): -8091047 or 5868164. OLE color: 5868164.

HSL color Cylindrical-coordinate representation of color #848A59: hue angle of 67.35º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #848A59 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB 132 138 89 -
CMYK 0.04 0 0.36 0.46
HSL 67.35º 0.22% 0.45% -
HSV(B) 67.35º 0.36% 0.54% -
XYZ 20.41 23.8 12.97 -
YUV 130.62 104.51 128.98 -
System Red Green Blue C M Y K H S L
Decimal 132 138 89 0.04 0 0.36 0.46 67.35 0.22 0.45
Hex 84 8A 59 4 0 24 2E 43 16 2D
Octal 204 212 131 4 0 44 56 103 26 55
Binary 10000100 10001010 1011001 100 0 100100 101110 1000011 10110 101101

Color Harmonies of #848A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848A59

Black with #848A59

Text Example


Text Example

White with #848A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,138,89); }

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

background-color css

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

 a { background-color: rgb(132,138,89); }

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

border-color css

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

 span { border-color: rgb(132,138,89); }

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