Html Css Color HEX #868953 Bandicoot

📋 copy color: '#868953'

red 134 ◦ green 137 ◦ blue 83

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

Shades of Bandicoot #868953

Tints of Bandicoot #868953

RGB

 RED value IS 134 (52.73% from 255) = 37.85%

 GREEN value IS 137 (53.91% from 255) = 38.7%

 BLUE value IS 83 (32.81% from 255) = 23.45%

R = 37.85%
G = 38.7%
B = 23.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#868953 (or 0x868953) is known color: Bandicoot. HEX triplet: 86, 89 and 53. RGB value is (134,137,83). Sum of RGB (Red+Green+Blue) = 134+137+83=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 137 - color contains mainly: green. Hex color #868953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868953 is #7976AC. Grayscale: #828282. Windows color (decimal): -7960237 or 5474694. OLE color: 5474694.

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

Color convert

RGB 134 137 83 -
CMYK 0.02 0 0.39 0.46
HSL 63.33º 0.25% 0.43% -
HSV(B) 63.33º 0.39% 0.54% -
XYZ 20.34 23.58 11.66 -
YUV 129.95 101.51 130.89 -
System Red Green Blue C M Y K H S L
Decimal 134 137 83 0.02 0 0.39 0.46 63.33 0.25 0.43
Hex 86 89 53 2 0 27 2E 3F 19 2B
Octal 206 211 123 2 0 47 56 77 31 53
Binary 10000110 10001001 1010011 10 0 100111 101110 111111 11001 101011

Color Harmonies of #868953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868953

Black with #868953

Text Example


Text Example

White with #868953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868953; }

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

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

background-color css

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

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

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

border-color css

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

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

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