Html Css Color HEX #858A60 Bitter

📋 copy color: '#858A60'

red 133 ◦ green 138 ◦ blue 96

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

Shades of Bitter #858A60

Tints of Bitter #858A60

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.6%

 BLUE value IS 96 (37.89% from 255) = 26.16%

R = 36.24%
G = 37.6%
B = 26.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#858A60 (or 0x858A60) is known color: Bitter. HEX triplet: 85, 8A and 60. RGB value is (133,138,96). Sum of RGB (Red+Green+Blue) = 133+138+96=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 138 - color contains mainly: green. Hex color #858A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858A60 is #7A759F. Grayscale: #838383. Windows color (decimal): -8025504 or 6326917. OLE color: 6326917.

HSL color Cylindrical-coordinate representation of color #858A60: hue angle of 67.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #858A60 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 138 96 -
CMYK 0.04 0 0.30 0.46
HSL 67.14º 0.18% 0.46% -
HSV(B) 67.14º 0.3% 0.54% -
XYZ 20.87 24.01 14.6 -
YUV 131.72 107.84 128.92 -
System Red Green Blue C M Y K H S L
Decimal 133 138 96 0.04 0 0.30 0.46 67.14 0.18 0.46
Hex 85 8A 60 4 0 1E 2E 43 12 2E
Octal 205 212 140 4 0 36 56 103 22 56
Binary 10000101 10001010 1100000 100 0 11110 101110 1000011 10010 101110

Color Harmonies of #858A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858A60

Black with #858A60

Text Example


Text Example

White with #858A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,138,96); }

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

background-color css

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

 a { background-color: rgb(133,138,96); }

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

border-color css

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

 span { border-color: rgb(133,138,96); }

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