Html Css Color HEX #859163 Bitter

📋 copy color: '#859163'

red 133 ◦ green 145 ◦ blue 99

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

Shades of Bitter #859163

Tints of Bitter #859163

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.46%

 BLUE value IS 99 (39.06% from 255) = 26.26%

R = 35.28%
G = 38.46%
B = 26.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#859163 (or 0x859163) is known color: Bitter. HEX triplet: 85, 91 and 63. RGB value is (133,145,99). Sum of RGB (Red+Green+Blue) = 133+145+99=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #859163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859163 is #7A6E9C. Grayscale: #888888. Windows color (decimal): -8023709 or 6525317. OLE color: 6525317.

HSL color Cylindrical-coordinate representation of color #859163: hue angle of 75.65º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #859163 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 145 99 -
CMYK 0.08 0 0.32 0.43
HSL 75.65º 0.19% 0.48% -
HSV(B) 75.65º 0.32% 0.57% -
XYZ 22.05 26.14 15.69 -
YUV 136.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 133 145 99 0.08 0 0.32 0.43 75.65 0.19 0.48
Hex 85 91 63 8 0 20 2B 4C 13 30
Octal 205 221 143 10 0 40 53 114 23 60
Binary 10000101 10010001 1100011 1000 0 100000 101011 1001100 10011 110000

Color Harmonies of #859163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859163

Black with #859163

Text Example


Text Example

White with #859163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859163; }

 p { color: rgb(133,145,99); }

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

background-color css

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

 a { background-color: rgb(133,145,99); }

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

border-color css

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

 span { border-color: rgb(133,145,99); }

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