Html Css Color HEX #848D55 Bitter

📋 copy color: '#848D55'

red 132 ◦ green 141 ◦ blue 85

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

Shades of Bitter #848D55

Tints of Bitter #848D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.74%

R = 36.87%
G = 39.39%
B = 23.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#848D55 (or 0x848D55) is known color: Bitter. HEX triplet: 84, 8D and 55. RGB value is (132,141,85). Sum of RGB (Red+Green+Blue) = 132+141+85=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 141 - color contains mainly: green. Hex color #848D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848D55 is #7B72AA. Grayscale: #848484. Windows color (decimal): -8090283 or 5606788. OLE color: 5606788.

HSL color Cylindrical-coordinate representation of color #848D55: hue angle of 69.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #848D55 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 141 85 -
CMYK 0.06 0 0.40 0.45
HSL 69.64º 0.25% 0.44% -
HSV(B) 69.64º 0.4% 0.55% -
XYZ 20.68 24.61 12.25 -
YUV 131.93 101.52 128.05 -
System Red Green Blue C M Y K H S L
Decimal 132 141 85 0.06 0 0.40 0.45 69.64 0.25 0.44
Hex 84 8D 55 6 0 28 2D 46 19 2C
Octal 204 215 125 6 0 50 55 106 31 54
Binary 10000100 10001101 1010101 110 0 101000 101101 1000110 11001 101100

Color Harmonies of #848D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848D55

Black with #848D55

Text Example


Text Example

White with #848D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,141,85); }

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

background-color css

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

 a { background-color: rgb(132,141,85); }

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

border-color css

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

 span { border-color: rgb(132,141,85); }

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