Html Css Color HEX #848D60 Bitter

📋 copy color: '#848D60'

red 132 ◦ green 141 ◦ blue 96

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

Shades of Bitter #848D60

Tints of Bitter #848D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.02%

R = 35.77%
G = 38.21%
B = 26.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#848D60 (or 0x848D60) is known color: Bitter. HEX triplet: 84, 8D and 60. RGB value is (132,141,96). Sum of RGB (Red+Green+Blue) = 132+141+96=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 141 - color contains mainly: green. Hex color #848D60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848D60 is #7B729F. Grayscale: #858585. Windows color (decimal): -8090272 or 6327684. OLE color: 6327684.

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

Color convert

RGB 132 141 96 -
CMYK 0.06 0 0.32 0.45
HSL 72º 0.19% 0.46% -
HSV(B) 72º 0.32% 0.55% -
XYZ 21.15 24.8 14.74 -
YUV 133.18 107.02 127.16 -
System Red Green Blue C M Y K H S L
Decimal 132 141 96 0.06 0 0.32 0.45 72 0.19 0.46
Hex 84 8D 60 6 0 20 2D 48 13 2E
Octal 204 215 140 6 0 40 55 110 23 56
Binary 10000100 10001101 1100000 110 0 100000 101101 1001000 10011 101110

Color Harmonies of #848D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848D60

Black with #848D60

Text Example


Text Example

White with #848D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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