Html Css Color HEX #858D59 Bitter

📋 copy color: '#858D59'

red 133 ◦ green 141 ◦ blue 89

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

Shades of Bitter #858D59

Tints of Bitter #858D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.52%

R = 36.64%
G = 38.84%
B = 24.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#858D59 (or 0x858D59) is known color: Bitter. HEX triplet: 85, 8D and 59. RGB value is (133,141,89). Sum of RGB (Red+Green+Blue) = 133+141+89=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 141 - color contains mainly: green. Hex color #858D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D59 is #7A72A6. Grayscale: #848484. Windows color (decimal): -8024743 or 5868933. OLE color: 5868933.

HSL color Cylindrical-coordinate representation of color #858D59: hue angle of 69.23º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #858D59 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 141 89 -
CMYK 0.06 0 0.37 0.45
HSL 69.23º 0.23% 0.45% -
HSV(B) 69.23º 0.37% 0.55% -
XYZ 21 24.76 13.12 -
YUV 132.68 103.35 128.23 -
System Red Green Blue C M Y K H S L
Decimal 133 141 89 0.06 0 0.37 0.45 69.23 0.23 0.45
Hex 85 8D 59 6 0 25 2D 45 17 2D
Octal 205 215 131 6 0 45 55 105 27 55
Binary 10000101 10001101 1011001 110 0 100101 101101 1000101 10111 101101

Color Harmonies of #858D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D59

Black with #858D59

Text Example


Text Example

White with #858D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,141,89); }

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

background-color css

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

 a { background-color: rgb(133,141,89); }

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

border-color css

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

 span { border-color: rgb(133,141,89); }

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