Html Css Color HEX #858D5E Bitter

📋 copy color: '#858D5E'

red 133 ◦ green 141 ◦ blue 94

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

Shades of Bitter #858D5E

Tints of Bitter #858D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.54%

R = 36.14%
G = 38.32%
B = 25.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#858D5E (or 0x858D5E) is known color: Bitter. HEX triplet: 85, 8D and 5E. RGB value is (133,141,94). Sum of RGB (Red+Green+Blue) = 133+141+94=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 141 - color contains mainly: green. Hex color #858D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D5E is #7A72A1. Grayscale: #858585. Windows color (decimal): -8024738 or 6196613. OLE color: 6196613.

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

Color convert

RGB 133 141 94 -
CMYK 0.06 0 0.33 0.45
HSL 70.21º 0.2% 0.46% -
HSV(B) 70.21º 0.33% 0.55% -
XYZ 21.22 24.84 14.27 -
YUV 133.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 133 141 94 0.06 0 0.33 0.45 70.21 0.2 0.46
Hex 85 8D 5E 6 0 21 2D 46 14 2E
Octal 205 215 136 6 0 41 55 106 24 56
Binary 10000101 10001101 1011110 110 0 100001 101101 1000110 10100 101110

Color Harmonies of #858D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D5E

Black with #858D5E

Text Example


Text Example

White with #858D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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