Html Css Color HEX #8C8F59 Bitter

📋 copy color: '#8C8F59'

red 140 ◦ green 143 ◦ blue 89

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

Shades of Bitter #8C8F59

Tints of Bitter #8C8F59

RGB

 RED value IS 140 (55.08% from 255) = 37.63%

 GREEN value IS 143 (56.25% from 255) = 38.44%

 BLUE value IS 89 (35.16% from 255) = 23.92%

R = 37.63%
G = 38.44%
B = 23.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8C8F59 (or 0x8C8F59) is known color: Bitter. HEX triplet: 8C, 8F and 59. RGB value is (140,143,89). Sum of RGB (Red+Green+Blue) = 140+143+89=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 143 - color contains mainly: green. Hex color #8C8F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8F59 is #7370A6. Grayscale: #888888. Windows color (decimal): -7565479 or 5869452. OLE color: 5869452.

HSL color Cylindrical-coordinate representation of color #8C8F59: hue angle of 63.33º 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 #8C8F59 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 143 89 -
CMYK 0.02 0 0.38 0.44
HSL 63.33º 0.23% 0.45% -
HSV(B) 63.33º 0.38% 0.56% -
XYZ 22.44 25.94 13.28 -
YUV 135.95 101.51 130.89 -
System Red Green Blue C M Y K H S L
Decimal 140 143 89 0.02 0 0.38 0.44 63.33 0.23 0.45
Hex 8C 8F 59 2 0 26 2C 3F 17 2D
Octal 214 217 131 2 0 46 54 77 27 55
Binary 10001100 10001111 1011001 10 0 100110 101100 111111 10111 101101

Color Harmonies of #8C8F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8F59

Black with #8C8F59

Text Example


Text Example

White with #8C8F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C8F59; }

 p { color: rgb(140,143,89); }

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

background-color css

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

 a { background-color: rgb(140,143,89); }

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

border-color css

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

 span { border-color: rgb(140,143,89); }

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