Html Css Color HEX #868952 Bandicoot

📋 copy color: '#868952'

red 134 ◦ green 137 ◦ blue 82

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

Shades of Bandicoot #868952

Tints of Bandicoot #868952

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 value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#868952 (or 0x868952) is known color: 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

RGB 134 137 82 -
CMYK 0.02 0 0.40 0.46
HSL 63.27º 0.25% 0.43% -
HSV(B) 63.27º 0.4% 0.54% -
XYZ 20.3 23.57 11.46 -
YUV 129.83 101.01 130.97 -
System Red Green Blue C M Y K H S L
Decimal 134 137 82 0.02 0 0.40 0.46 63.27 0.25 0.43
Hex 86 89 52 2 0 28 2E 3F 19 2B
Octal 206 211 122 2 0 50 56 77 31 53
Binary 10000110 10001001 1010010 10 0 101000 101110 111111 11001 101011

Color Harmonies of #868952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868952

Black with #868952

Text Example


Text Example

White with #868952

Text Example


Text Example

HTML Codes & Css Web 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>