Html Css Color HEX #849060 Bitter

📋 copy color: '#849060'

red 132 ◦ green 144 ◦ blue 96

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

Shades of Bitter #849060

Tints of Bitter #849060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.71%

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

R = 35.48%
G = 38.71%
B = 25.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#849060 (or 0x849060) is known color: Bitter. HEX triplet: 84, 90 and 60. RGB value is (132,144,96). Sum of RGB (Red+Green+Blue) = 132+144+96=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 144 - color contains mainly: green. Hex color #849060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849060 is #7B6F9F. Grayscale: #878787. Windows color (decimal): -8089504 or 6328452. OLE color: 6328452.

HSL color Cylindrical-coordinate representation of color #849060: hue angle of 75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #849060 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 144 96 -
CMYK 0.08 0 0.33 0.44
HSL 75º 0.2% 0.47% -
HSV(B) 75º 0.33% 0.56% -
XYZ 21.6 25.7 14.89 -
YUV 134.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 132 144 96 0.08 0 0.33 0.44 75 0.2 0.47
Hex 84 90 60 8 0 21 2C 4B 14 2F
Octal 204 220 140 10 0 41 54 113 24 57
Binary 10000100 10010000 1100000 1000 0 100001 101100 1001011 10100 101111

Color Harmonies of #849060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849060

Black with #849060

Text Example


Text Example

White with #849060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849060; }

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

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

background-color css

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

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

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

border-color css

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

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

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