Html Css Color HEX #858870 Bitter

📋 copy color: '#858870'

red 133 ◦ green 136 ◦ blue 112

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

Shades of Bitter #858870

Tints of Bitter #858870

RGB

 RED value IS 133 (52.34% from 255) = 34.91%

 GREEN value IS 136 (53.52% from 255) = 35.7%

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 34.91%
G = 35.7%
B = 29.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#858870 (or 0x858870) is known color: Bitter. HEX triplet: 85, 88 and 70. RGB value is (133,136,112). Sum of RGB (Red+Green+Blue) = 133+136+112=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 136 - color contains mainly: green. Hex color #858870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858870 is #7A778F. Grayscale: #848484. Windows color (decimal): -8026000 or 7374981. OLE color: 7374981.

HSL color Cylindrical-coordinate representation of color #858870: hue angle of 67.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #858870 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 136 112 -
CMYK 0.02 0 0.18 0.47
HSL 67.5º 0.1% 0.49% -
HSV(B) 67.5º 0.18% 0.53% -
XYZ 21.4 23.76 18.79 -
YUV 132.37 116.51 128.45 -
System Red Green Blue C M Y K H S L
Decimal 133 136 112 0.02 0 0.18 0.47 67.5 0.1 0.49
Hex 85 88 70 2 0 12 2F 44 A 31
Octal 205 210 160 2 0 22 57 104 12 61
Binary 10000101 10001000 1110000 10 0 10010 101111 1000100 1010 110001

Color Harmonies of #858870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858870

Black with #858870

Text Example


Text Example

White with #858870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858870; }

 p { color: rgb(133,136,112); }

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

background-color css

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

 a { background-color: rgb(133,136,112); }

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

border-color css

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

 span { border-color: rgb(133,136,112); }

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