Html Css Color HEX #858D55 Bitter

📋 copy color: '#858D55'

red 133 ◦ green 141 ◦ blue 85

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

Shades of Bitter #858D55

Tints of Bitter #858D55

RGB

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

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

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

R = 37.05%
G = 39.28%
B = 23.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#858D55 (or 0x858D55) is known color: Bitter. HEX triplet: 85, 8D and 55. RGB value is (133,141,85). Sum of RGB (Red+Green+Blue) = 133+141+85=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 141 - color contains mainly: green. Hex color #858D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D55 is #7A72AA. Grayscale: #848484. Windows color (decimal): -8024747 or 5606789. OLE color: 5606789.

HSL color Cylindrical-coordinate representation of color #858D55: hue angle of 68.57º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #858D55 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 141 85 -
CMYK 0.06 0 0.40 0.45
HSL 68.57º 0.25% 0.44% -
HSV(B) 68.57º 0.4% 0.55% -
XYZ 20.84 24.69 12.26 -
YUV 132.22 101.35 128.55 -
System Red Green Blue C M Y K H S L
Decimal 133 141 85 0.06 0 0.40 0.45 68.57 0.25 0.44
Hex 85 8D 55 6 0 28 2D 45 19 2C
Octal 205 215 125 6 0 50 55 105 31 54
Binary 10000101 10001101 1010101 110 0 101000 101101 1000101 11001 101100

Color Harmonies of #858D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D55

Black with #858D55

Text Example


Text Example

White with #858D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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