#868952

Color #868952 Bandicoot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bandicoot #868952

Tints of Bandicoot #868952

Color information

#868952 (or 0x868952) is unknown color: approx Bandicoot. HEX triplet: 86, 89 and 52. RGB value is (134,137,82). Sum of RGB (Red+Green+Blue) = 134+137+82=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 137 - color contains mainly: green. Hex color #868952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868952 is #7976AD. Grayscale: #828282. Windows color (decimal): -7960238 or 5409158. OLE color: 5409158.

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

Color convert

RGB13413782-
CMYK0.0200.400.46
HSL63.27º25.11%42.94%-
HSV(B)63.27º40.15%53.73%-
XYZ20.323.5711.46-
YUV129.83101.01130.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 137 (53.91% from 255) = 38.81%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=37.96%
G=38.81%
B=23.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134137820.0200.400.4663.2725.1142.94
Hex86895220282E3f192b
Octal206211122205056773153
Binary1000011010001001101001010010100010111011111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868952; }

 p { color: rgb(134,137,82); }

 H1.HeaderClassName
 {
   color: #868952;
 }
 .AnyTagClassName
 {
   color: #868952;
 }
</style>
background-color css

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

 a { background-color: rgb(134,137,82); }

 div.DivClassName
 {
   background-color: #868952;
 }
 .BgClassName
 {
   background-color: #868952;
 }
</style>
border-color css

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

 span { border-color: rgb(134,137,82); }

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