Html Css Color HEX #878A52 Bandicoot

📋 copy color: '#878A52'

red 135 ◦ green 138 ◦ blue 82

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

Shades of Bandicoot #878A52

Tints of Bandicoot #878A52

RGB

 RED value IS 135 (53.13% from 255) = 38.03%

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

 BLUE value IS 82 (32.42% from 255) = 23.1%

R = 38.03%
G = 38.87%
B = 23.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#878A52 (or 0x878A52) is known color: Bandicoot. HEX triplet: 87, 8A and 52. RGB value is (135,138,82). Sum of RGB (Red+Green+Blue) = 135+138+82=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 138 - color contains mainly: green. Hex color #878A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878A52 is #7875AD. Grayscale: #828282. Windows color (decimal): -7894446 or 5409415. OLE color: 5409415.

HSL color Cylindrical-coordinate representation of color #878A52: hue angle of 63.21º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #878A52 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB 135 138 82 -
CMYK 0.02 0 0.41 0.46
HSL 63.21º 0.25% 0.43% -
HSV(B) 63.21º 0.41% 0.54% -
XYZ 20.6 23.94 11.52 -
YUV 130.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 135 138 82 0.02 0 0.41 0.46 63.21 0.25 0.43
Hex 87 8A 52 2 0 29 2E 3F 19 2B
Octal 207 212 122 2 0 51 56 77 31 53
Binary 10000111 10001010 1010010 10 0 101001 101110 111111 11001 101011

Color Harmonies of #878A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878A52

Black with #878A52

Text Example


Text Example

White with #878A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878A52; }

 p { color: rgb(135,138,82); }

 H1.HeaderClassName
 {
   color: #878A52;
 }
 .AnyTagClassName
 {
   color: #878A52;
 }
</style>

background-color css

<style>
 a { background-color: #878A52; }

 a { background-color: rgb(135,138,82); }

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

border-color css

<style>
 span { border-color: #878A52; }

 span { border-color: rgb(135,138,82); }

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