Html Css Color HEX #858E5F Bitter

📋 copy color: '#858E5F'

red 133 ◦ green 142 ◦ blue 95

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

Shades of Bitter #858E5F

Tints of Bitter #858E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.68%

R = 35.95%
G = 38.38%
B = 25.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#858E5F (or 0x858E5F) is known color: Bitter. HEX triplet: 85, 8E and 5F. RGB value is (133,142,95). Sum of RGB (Red+Green+Blue) = 133+142+95=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 142 - color contains mainly: green. Hex color #858E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858E5F is #7A71A0. Grayscale: #868686. Windows color (decimal): -8024481 or 6262405. OLE color: 6262405.

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

Color convert

RGB 133 142 95 -
CMYK 0.06 0 0.33 0.44
HSL 71.49º 0.2% 0.46% -
HSV(B) 71.49º 0.33% 0.56% -
XYZ 21.41 25.16 14.55 -
YUV 133.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 133 142 95 0.06 0 0.33 0.44 71.49 0.2 0.46
Hex 85 8E 5F 6 0 21 2C 47 14 2E
Octal 205 216 137 6 0 41 54 107 24 56
Binary 10000101 10001110 1011111 110 0 100001 101100 1000111 10100 101110

Color Harmonies of #858E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858E5F

Black with #858E5F

Text Example


Text Example

White with #858E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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