Html Css Color HEX #959056 Bandicoot

📋 copy color: '#959056'

red 149 ◦ green 144 ◦ blue 86

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

Shades of Bandicoot #959056

Tints of Bandicoot #959056

RGB

 RED value IS 149 (58.59% from 255) = 39.31%

 GREEN value IS 144 (56.64% from 255) = 37.99%

 BLUE value IS 86 (33.98% from 255) = 22.69%

R = 39.31%
G = 37.99%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#959056 (or 0x959056) is known color: Bandicoot. HEX triplet: 95, 90 and 56. RGB value is (149,144,86). Sum of RGB (Red+Green+Blue) = 149+144+86=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #959056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959056 is #6A6FA9. Grayscale: #8B8B8B. Windows color (decimal): -6975402 or 5673109. OLE color: 5673109.

HSL color Cylindrical-coordinate representation of color #959056: hue angle of 55.24º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #959056 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 144 86 -
CMYK 0 0.03 0.42 0.42
HSL 55.24º 0.27% 0.46% -
HSV(B) 55.24º 0.42% 0.58% -
XYZ 24.05 27.01 12.75 -
YUV 138.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 149 144 86 0 0.03 0.42 0.42 55.24 0.27 0.46
Hex 95 90 56 0 3 2A 2A 37 1B 2E
Octal 225 220 126 0 3 52 52 67 33 56
Binary 10010101 10010000 1010110 0 11 101010 101010 110111 11011 101110

Color Harmonies of #959056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959056

Black with #959056

Text Example


Text Example

White with #959056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959056; }

 p { color: rgb(149,144,86); }

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

background-color css

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

 a { background-color: rgb(149,144,86); }

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

border-color css

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

 span { border-color: rgb(149,144,86); }

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