Html Css Color HEX #908E60 Bandicoot

📋 copy color: '#908E60'

red 144 ◦ green 142 ◦ blue 96

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

Shades of Bandicoot #908E60

Tints of Bandicoot #908E60

RGB

 RED value IS 144 (56.64% from 255) = 37.7%

 GREEN value IS 142 (55.86% from 255) = 37.17%

 BLUE value IS 96 (37.89% from 255) = 25.13%

R = 37.7%
G = 37.17%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#908E60 (or 0x908E60) is known color: Bandicoot. HEX triplet: 90, 8E and 60. RGB value is (144,142,96). Sum of RGB (Red+Green+Blue) = 144+142+96=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 144 - color contains mainly: red. Hex color #908E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908E60 is #6F719F. Grayscale: #898989. Windows color (decimal): -7303584 or 6327952. OLE color: 6327952.

HSL color Cylindrical-coordinate representation of color #908E60: hue angle of 57.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #908E60 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 142 96 -
CMYK 0 0.01 0.33 0.44
HSL 57.5º 0.2% 0.47% -
HSV(B) 57.5º 0.33% 0.56% -
XYZ 23.29 26.12 14.88 -
YUV 137.35 104.66 132.74 -
System Red Green Blue C M Y K H S L
Decimal 144 142 96 0 0.01 0.33 0.44 57.5 0.2 0.47
Hex 90 8E 60 0 1 21 2C 3A 14 2F
Octal 220 216 140 0 1 41 54 72 24 57
Binary 10010000 10001110 1100000 0 1 100001 101100 111010 10100 101111

Color Harmonies of #908E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908E60

Black with #908E60

Text Example


Text Example

White with #908E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908E60; }

 p { color: rgb(144,142,96); }

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

background-color css

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

 a { background-color: rgb(144,142,96); }

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

border-color css

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

 span { border-color: rgb(144,142,96); }

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