Html Css Color HEX #858E58 Bitter

📋 copy color: '#858E58'

red 133 ◦ green 142 ◦ blue 88

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

Shades of Bitter #858E58

Tints of Bitter #858E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.24%

R = 36.64%
G = 39.12%
B = 24.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#858E58 (or 0x858E58) is known color: Bitter. HEX triplet: 85, 8E and 58. RGB value is (133,142,88). Sum of RGB (Red+Green+Blue) = 133+142+88=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 142 - color contains mainly: green. Hex color #858E58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858E58 is #7A71A7. Grayscale: #858585. Windows color (decimal): -8024488 or 5803653. OLE color: 5803653.

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

Color convert

RGB 133 142 88 -
CMYK 0.06 0 0.38 0.44
HSL 70º 0.23% 0.45% -
HSV(B) 70º 0.38% 0.56% -
XYZ 21.11 25.04 12.95 -
YUV 133.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 133 142 88 0.06 0 0.38 0.44 70 0.23 0.45
Hex 85 8E 58 6 0 26 2C 46 17 2D
Octal 205 216 130 6 0 46 54 106 27 55
Binary 10000101 10001110 1011000 110 0 100110 101100 1000110 10111 101101

Color Harmonies of #858E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858E58

Black with #858E58

Text Example


Text Example

White with #858E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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