Html Css Color HEX #858E57 Bitter

📋 copy color: '#858E57'

red 133 ◦ green 142 ◦ blue 87

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

Shades of Bitter #858E57

Tints of Bitter #858E57

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.23%

 BLUE value IS 87 (34.38% from 255) = 24.03%

R = 36.74%
G = 39.23%
B = 24.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#858E57 (or 0x858E57) is known color: Bitter. HEX triplet: 85, 8E and 57. RGB value is (133,142,87). Sum of RGB (Red+Green+Blue) = 133+142+87=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 142 - color contains mainly: green. Hex color #858E57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858E57 is #7A71A8. Grayscale: #858585. Windows color (decimal): -8024489 or 5738117. OLE color: 5738117.

HSL color Cylindrical-coordinate representation of color #858E57: hue angle of 69.82º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #858E57 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 142 87 -
CMYK 0.06 0 0.39 0.44
HSL 69.82º 0.24% 0.45% -
HSV(B) 69.82º 0.39% 0.56% -
XYZ 21.07 25.02 12.74 -
YUV 133.04 102.02 127.97 -
System Red Green Blue C M Y K H S L
Decimal 133 142 87 0.06 0 0.39 0.44 69.82 0.24 0.45
Hex 85 8E 57 6 0 27 2C 46 18 2D
Octal 205 216 127 6 0 47 54 106 30 55
Binary 10000101 10001110 1010111 110 0 100111 101100 1000110 11000 101101

Color Harmonies of #858E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858E57

Black with #858E57

Text Example


Text Example

White with #858E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858E57; }

 p { color: rgb(133,142,87); }

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

background-color css

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

 a { background-color: rgb(133,142,87); }

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

border-color css

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

 span { border-color: rgb(133,142,87); }

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