Html Css Color HEX #858D62 Bitter

📋 copy color: '#858D62'

red 133 ◦ green 141 ◦ blue 98

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

Shades of Bitter #858D62

Tints of Bitter #858D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.34%

R = 35.75%
G = 37.9%
B = 26.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#858D62 (or 0x858D62) is known color: Bitter. HEX triplet: 85, 8D and 62. RGB value is (133,141,98). Sum of RGB (Red+Green+Blue) = 133+141+98=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 141 - color contains mainly: green. Hex color #858D62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D62 is #7A729D. Grayscale: #858585. Windows color (decimal): -8024734 or 6458757. OLE color: 6458757.

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

Color convert

RGB 133 141 98 -
CMYK 0.06 0 0.30 0.45
HSL 71.16º 0.18% 0.47% -
HSV(B) 71.16º 0.3% 0.55% -
XYZ 21.4 24.92 15.24 -
YUV 133.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 133 141 98 0.06 0 0.30 0.45 71.16 0.18 0.47
Hex 85 8D 62 6 0 1E 2D 47 12 2F
Octal 205 215 142 6 0 36 55 107 22 57
Binary 10000101 10001101 1100010 110 0 11110 101101 1000111 10010 101111

Color Harmonies of #858D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D62

Black with #858D62

Text Example


Text Example

White with #858D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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