Html Css Color HEX #8B8963 Bandicoot

📋 copy color: '#8B8963'

red 139 ◦ green 137 ◦ blue 99

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

Shades of Bandicoot #8B8963

Tints of Bandicoot #8B8963

RGB

 RED value IS 139 (54.69% from 255) = 37.07%

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

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

R = 37.07%
G = 36.53%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8B8963 (or 0x8B8963) is known color: Bandicoot. HEX triplet: 8B, 89 and 63. RGB value is (139,137,99). Sum of RGB (Red+Green+Blue) = 139+137+99=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8963 is #74769C. Grayscale: #858585. Windows color (decimal): -7632541 or 6523275. OLE color: 6523275.

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

Color convert

RGB 139 137 99 -
CMYK 0 0.01 0.29 0.45
HSL 57º 0.17% 0.47% -
HSV(B) 57º 0.29% 0.55% -
XYZ 21.85 24.28 15.34 -
YUV 133.27 108.66 132.09 -
System Red Green Blue C M Y K H S L
Decimal 139 137 99 0 0.01 0.29 0.45 57 0.17 0.47
Hex 8B 89 63 0 1 1D 2D 39 11 2F
Octal 213 211 143 0 1 35 55 71 21 57
Binary 10001011 10001001 1100011 0 1 11101 101101 111001 10001 101111

Color Harmonies of #8B8963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8963

Black with #8B8963

Text Example


Text Example

White with #8B8963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,137,99); }

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

background-color css

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

 a { background-color: rgb(139,137,99); }

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

border-color css

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

 span { border-color: rgb(139,137,99); }

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