Html Css Color HEX #858C5F Bitter

📋 copy color: '#858C5F'

red 133 ◦ green 140 ◦ blue 95

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

Shades of Bitter #858C5F

Tints of Bitter #858C5F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.04%

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

R = 36.14%
G = 38.04%
B = 25.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#858C5F (or 0x858C5F) is known color: Bitter. HEX triplet: 85, 8C and 5F. RGB value is (133,140,95). Sum of RGB (Red+Green+Blue) = 133+140+95=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 140 - color contains mainly: green. Hex color #858C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C5F is #7A73A0. Grayscale: #848484. Windows color (decimal): -8024993 or 6261893. OLE color: 6261893.

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

Color convert

RGB 133 140 95 -
CMYK 0.05 0 0.32 0.45
HSL 69.33º 0.19% 0.46% -
HSV(B) 69.33º 0.32% 0.55% -
XYZ 21.12 24.57 14.46 -
YUV 132.78 106.68 128.16 -
System Red Green Blue C M Y K H S L
Decimal 133 140 95 0.05 0 0.32 0.45 69.33 0.19 0.46
Hex 85 8C 5F 5 0 20 2D 45 13 2E
Octal 205 214 137 5 0 40 55 105 23 56
Binary 10000101 10001100 1011111 101 0 100000 101101 1000101 10011 101110

Color Harmonies of #858C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C5F

Black with #858C5F

Text Example


Text Example

White with #858C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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