Html Css Color HEX #878C52 Bandicoot

📋 copy color: '#878C52'

red 135 ◦ green 140 ◦ blue 82

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

Shades of Bandicoot #878C52

Tints of Bandicoot #878C52

RGB

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

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

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

R = 37.82%
G = 39.22%
B = 22.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#878C52 (or 0x878C52) is known color: Bandicoot. HEX triplet: 87, 8C and 52. RGB value is (135,140,82). Sum of RGB (Red+Green+Blue) = 135+140+82=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 140 - color contains mainly: green. Hex color #878C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878C52 is #7873AD. Grayscale: #848484. Windows color (decimal): -7893934 or 5409927. OLE color: 5409927.

HSL color Cylindrical-coordinate representation of color #878C52: hue angle of 65.17º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #878C52 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 140 82 -
CMYK 0.04 0 0.41 0.45
HSL 65.17º 0.26% 0.44% -
HSV(B) 65.17º 0.41% 0.55% -
XYZ 20.89 24.52 11.61 -
YUV 131.89 99.84 130.22 -
System Red Green Blue C M Y K H S L
Decimal 135 140 82 0.04 0 0.41 0.45 65.17 0.26 0.44
Hex 87 8C 52 4 0 29 2D 41 1A 2C
Octal 207 214 122 4 0 51 55 101 32 54
Binary 10000111 10001100 1010010 100 0 101001 101101 1000001 11010 101100

Color Harmonies of #878C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878C52

Black with #878C52

Text Example


Text Example

White with #878C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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