Html Css Color HEX #858862 Bitter

📋 copy color: '#858862'

red 133 ◦ green 136 ◦ blue 98

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

Shades of Bitter #858862

Tints of Bitter #858862

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.06%

 BLUE value IS 98 (38.67% from 255) = 26.7%

R = 36.24%
G = 37.06%
B = 26.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#858862 (or 0x858862) is known color: Bitter. HEX triplet: 85, 88 and 62. RGB value is (133,136,98). Sum of RGB (Red+Green+Blue) = 133+136+98=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #858862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858862 is #7A779D. Grayscale: #828282. Windows color (decimal): -8026014 or 6457477. OLE color: 6457477.

HSL color Cylindrical-coordinate representation of color #858862: hue angle of 64.74º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #858862 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 136 98 -
CMYK 0.02 0 0.28 0.47
HSL 64.74º 0.16% 0.46% -
HSV(B) 64.74º 0.28% 0.53% -
XYZ 20.68 23.48 15 -
YUV 130.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 133 136 98 0.02 0 0.28 0.47 64.74 0.16 0.46
Hex 85 88 62 2 0 1C 2F 41 10 2E
Octal 205 210 142 2 0 34 57 101 20 56
Binary 10000101 10001000 1100010 10 0 11100 101111 1000001 10000 101110

Color Harmonies of #858862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858862

Black with #858862

Text Example


Text Example

White with #858862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858862; }

 p { color: rgb(133,136,98); }

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

background-color css

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

 a { background-color: rgb(133,136,98); }

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

border-color css

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

 span { border-color: rgb(133,136,98); }

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