Html Css Color HEX #888953 Bandicoot

📋 copy color: '#888953'

red 136 ◦ green 137 ◦ blue 83

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

Shades of Bandicoot #888953

Tints of Bandicoot #888953

RGB

 RED value IS 136 (53.52% from 255) = 38.2%

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

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

R = 38.2%
G = 38.48%
B = 23.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#888953 (or 0x888953) is known color: Bandicoot. HEX triplet: 88, 89 and 53. RGB value is (136,137,83). Sum of RGB (Red+Green+Blue) = 136+137+83=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #888953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888953 is #7776AC. Grayscale: #828282. Windows color (decimal): -7829165 or 5474696. OLE color: 5474696.

HSL color Cylindrical-coordinate representation of color #888953: hue angle of 61.11º 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 #888953 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 137 83 -
CMYK 0.01 0 0.39 0.46
HSL 61.11º 0.25% 0.43% -
HSV(B) 61.11º 0.39% 0.54% -
XYZ 20.66 23.75 11.68 -
YUV 130.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 136 137 83 0.01 0 0.39 0.46 61.11 0.25 0.43
Hex 88 89 53 1 0 27 2E 3D 19 2B
Octal 210 211 123 1 0 47 56 75 31 53
Binary 10001000 10001001 1010011 1 0 100111 101110 111101 11001 101011

Color Harmonies of #888953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888953

Black with #888953

Text Example


Text Example

White with #888953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888953; }

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

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

background-color css

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

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

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

border-color css

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

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

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