Html Css Color HEX #848A5E Bitter

📋 copy color: '#848A5E'

red 132 ◦ green 138 ◦ blue 94

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

Shades of Bitter #848A5E

Tints of Bitter #848A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.82%

R = 36.26%
G = 37.91%
B = 25.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#848A5E (or 0x848A5E) is known color: Bitter. HEX triplet: 84, 8A and 5E. RGB value is (132,138,94). Sum of RGB (Red+Green+Blue) = 132+138+94=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 138 - color contains mainly: green. Hex color #848A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848A5E is #7B75A1. Grayscale: #838383. Windows color (decimal): -8091042 or 6195844. OLE color: 6195844.

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

Color convert

RGB 132 138 94 -
CMYK 0.04 0 0.32 0.46
HSL 68.18º 0.19% 0.45% -
HSV(B) 68.18º 0.32% 0.54% -
XYZ 20.62 23.89 14.11 -
YUV 131.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 132 138 94 0.04 0 0.32 0.46 68.18 0.19 0.45
Hex 84 8A 5E 4 0 20 2E 44 13 2D
Octal 204 212 136 4 0 40 56 104 23 55
Binary 10000100 10001010 1011110 100 0 100000 101110 1000100 10011 101101

Color Harmonies of #848A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848A5E

Black with #848A5E

Text Example


Text Example

White with #848A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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