Html Css Color HEX #8F8C59 Bandicoot

📋 copy color: '#8F8C59'

red 143 ◦ green 140 ◦ blue 89

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

Shades of Bandicoot #8F8C59

Tints of Bandicoot #8F8C59

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8F8C59 (or 0x8F8C59) is known color: Bandicoot. HEX triplet: 8F, 8C and 59. RGB value is (143,140,89). Sum of RGB (Red+Green+Blue) = 143+140+89=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8C59 is #7073A6. Grayscale: #878787. Windows color (decimal): -7369639 or 5868687. OLE color: 5868687.

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

Color convert

RGB 143 140 89 -
CMYK 0 0.02 0.38 0.44
HSL 56.67º 0.23% 0.45% -
HSV(B) 56.67º 0.38% 0.56% -
XYZ 22.51 25.32 13.15 -
YUV 135.08 101.99 133.65 -
System Red Green Blue C M Y K H S L
Decimal 143 140 89 0 0.02 0.38 0.44 56.67 0.23 0.45
Hex 8F 8C 59 0 2 26 2C 39 17 2D
Octal 217 214 131 0 2 46 54 71 27 55
Binary 10001111 10001100 1011001 0 10 100110 101100 111001 10111 101101

Color Harmonies of #8F8C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8C59

Black with #8F8C59

Text Example


Text Example

White with #8F8C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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