Html Css Color HEX #928C5A Bandicoot

📋 copy color: '#928C5A'

red 146 ◦ green 140 ◦ blue 90

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

Shades of Bandicoot #928C5A

Tints of Bandicoot #928C5A

RGB

 RED value IS 146 (57.42% from 255) = 38.83%

 GREEN value IS 140 (55.08% from 255) = 37.23%

 BLUE value IS 90 (35.55% from 255) = 23.94%

R = 38.83%
G = 37.23%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#928C5A (or 0x928C5A) is known color: Bandicoot. HEX triplet: 92, 8C and 5A. RGB value is (146,140,90). Sum of RGB (Red+Green+Blue) = 146+140+90=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #928C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928C5A is #6D73A5. Grayscale: #888888. Windows color (decimal): -7173030 or 5934226. OLE color: 5934226.

HSL color Cylindrical-coordinate representation of color #928C5A: hue angle of 53.57º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #928C5A is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 140 90 -
CMYK 0 0.04 0.38 0.43
HSL 53.57º 0.24% 0.46% -
HSV(B) 53.57º 0.38% 0.57% -
XYZ 23.08 25.61 13.4 -
YUV 136.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 146 140 90 0 0.04 0.38 0.43 53.57 0.24 0.46
Hex 92 8C 5A 0 4 26 2B 36 18 2E
Octal 222 214 132 0 4 46 53 66 30 56
Binary 10010010 10001100 1011010 0 100 100110 101011 110110 11000 101110

Color Harmonies of #928C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928C5A

Black with #928C5A

Text Example


Text Example

White with #928C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928C5A; }

 p { color: rgb(146,140,90); }

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

background-color css

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

 a { background-color: rgb(146,140,90); }

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

border-color css

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

 span { border-color: rgb(146,140,90); }

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