Html Css Color HEX #858960 Bitter

📋 copy color: '#858960'

red 133 ◦ green 137 ◦ blue 96

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

Shades of Bitter #858960

Tints of Bitter #858960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.43%

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

R = 36.34%
G = 37.43%
B = 26.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#858960 (or 0x858960) is known color: Bitter. HEX triplet: 85, 89 and 60. RGB value is (133,137,96). Sum of RGB (Red+Green+Blue) = 133+137+96=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #858960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858960 is #7A769F. Grayscale: #838383. Windows color (decimal): -8025760 or 6326661. OLE color: 6326661.

HSL color Cylindrical-coordinate representation of color #858960: hue angle of 65.85º 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 #858960 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 137 96 -
CMYK 0.03 0 0.30 0.46
HSL 65.85º 0.18% 0.46% -
HSV(B) 65.85º 0.3% 0.54% -
XYZ 20.73 23.72 14.55 -
YUV 131.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 133 137 96 0.03 0 0.30 0.46 65.85 0.18 0.46
Hex 85 89 60 3 0 1E 2E 42 12 2E
Octal 205 211 140 3 0 36 56 102 22 56
Binary 10000101 10001001 1100000 11 0 11110 101110 1000010 10010 101110

Color Harmonies of #858960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858960

Black with #858960

Text Example


Text Example

White with #858960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858960; }

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

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

background-color css

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

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

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

border-color css

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

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

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