Html Css Color HEX #888958 Bandicoot

📋 copy color: '#888958'

red 136 ◦ green 137 ◦ blue 88

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

Shades of Bandicoot #888958

Tints of Bandicoot #888958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.38%

R = 37.67%
G = 37.95%
B = 24.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#888958 (or 0x888958) is known color: Bandicoot. HEX triplet: 88, 89 and 58. RGB value is (136,137,88). Sum of RGB (Red+Green+Blue) = 136+137+88=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 137 - color contains mainly: green. Hex color #888958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888958 is #7776A7. Grayscale: #838383. Windows color (decimal): -7829160 or 5802376. OLE color: 5802376.

HSL color Cylindrical-coordinate representation of color #888958: hue angle of 61.22º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #888958 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 137 88 -
CMYK 0.01 0 0.36 0.46
HSL 61.22º 0.22% 0.44% -
HSV(B) 61.22º 0.36% 0.54% -
XYZ 20.86 23.83 12.73 -
YUV 131.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 136 137 88 0.01 0 0.36 0.46 61.22 0.22 0.44
Hex 88 89 58 1 0 24 2E 3D 16 2C
Octal 210 211 130 1 0 44 56 75 26 54
Binary 10001000 10001001 1011000 1 0 100100 101110 111101 10110 101100

Color Harmonies of #888958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888958

Black with #888958

Text Example


Text Example

White with #888958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888958; }

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

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

background-color css

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

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

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

border-color css

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

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

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