Html Css Color HEX #858C55 Bitter

📋 copy color: '#858C55'

red 133 ◦ green 140 ◦ blue 85

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

Shades of Bitter #858C55

Tints of Bitter #858C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.74%

R = 37.15%
G = 39.11%
B = 23.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#858C55 (or 0x858C55) is known color: Bitter. HEX triplet: 85, 8C and 55. RGB value is (133,140,85). Sum of RGB (Red+Green+Blue) = 133+140+85=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 140 - color contains mainly: green. Hex color #858C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C55 is #7A73AA. Grayscale: #838383. Windows color (decimal): -8025003 or 5606533. OLE color: 5606533.

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

Color convert

RGB 133 140 85 -
CMYK 0.05 0 0.39 0.45
HSL 67.64º 0.24% 0.44% -
HSV(B) 67.64º 0.39% 0.55% -
XYZ 20.69 24.4 12.21 -
YUV 131.64 101.68 128.97 -
System Red Green Blue C M Y K H S L
Decimal 133 140 85 0.05 0 0.39 0.45 67.64 0.24 0.44
Hex 85 8C 55 5 0 27 2D 44 18 2C
Octal 205 214 125 5 0 47 55 104 30 54
Binary 10000101 10001100 1010101 101 0 100111 101101 1000100 11000 101100

Color Harmonies of #858C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C55

Black with #858C55

Text Example


Text Example

White with #858C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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