Html Css Color HEX #8C8965 Bandicoot

📋 copy color: '#8C8965'

red 140 ◦ green 137 ◦ blue 101

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

Shades of Bandicoot #8C8965

Tints of Bandicoot #8C8965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.72%

R = 37.04%
G = 36.24%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8C8965 (or 0x8C8965) is known color: Bandicoot. HEX triplet: 8C, 89 and 65. RGB value is (140,137,101). Sum of RGB (Red+Green+Blue) = 140+137+101=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8965 is #73769A. Grayscale: #858585. Windows color (decimal): -7567003 or 6654348. OLE color: 6654348.

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

Color convert

RGB 140 137 101 -
CMYK 0 0.02 0.28 0.45
HSL 55.38º 0.16% 0.47% -
HSV(B) 55.38º 0.28% 0.55% -
XYZ 22.11 24.41 15.86 -
YUV 133.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 140 137 101 0 0.02 0.28 0.45 55.38 0.16 0.47
Hex 8C 89 65 0 2 1C 2D 37 10 2F
Octal 214 211 145 0 2 34 55 67 20 57
Binary 10001100 10001001 1100101 0 10 11100 101101 110111 10000 101111

Color Harmonies of #8C8965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8965

Black with #8C8965

Text Example


Text Example

White with #8C8965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,137,101); }

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

background-color css

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

 a { background-color: rgb(140,137,101); }

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

border-color css

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

 span { border-color: rgb(140,137,101); }

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