Html Css Color HEX #8B8A58 Bandicoot

📋 copy color: '#8B8A58'

red 139 ◦ green 138 ◦ blue 88

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

Shades of Bandicoot #8B8A58

Tints of Bandicoot #8B8A58

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.81%

 BLUE value IS 88 (34.77% from 255) = 24.11%

R = 38.08%
G = 37.81%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8B8A58 (or 0x8B8A58) is known color: Bandicoot. HEX triplet: 8B, 8A and 58. RGB value is (139,138,88). Sum of RGB (Red+Green+Blue) = 139+138+88=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8A58 is #7475A7. Grayscale: #848484. Windows color (decimal): -7632296 or 5802635. OLE color: 5802635.

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

Color convert

RGB 139 138 88 -
CMYK 0 0.01 0.37 0.45
HSL 58.82º 0.22% 0.45% -
HSV(B) 58.82º 0.37% 0.55% -
XYZ 21.5 24.37 12.8 -
YUV 132.6 102.83 132.57 -
System Red Green Blue C M Y K H S L
Decimal 139 138 88 0 0.01 0.37 0.45 58.82 0.22 0.45
Hex 8B 8A 58 0 1 25 2D 3B 16 2D
Octal 213 212 130 0 1 45 55 73 26 55
Binary 10001011 10001010 1011000 0 1 100101 101101 111011 10110 101101

Color Harmonies of #8B8A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8A58

Black with #8B8A58

Text Example


Text Example

White with #8B8A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,138,88); }

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

background-color css

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

 a { background-color: rgb(139,138,88); }

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

border-color css

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

 span { border-color: rgb(139,138,88); }

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