Html Css Color HEX #949059 Bandicoot

📋 copy color: '#949059'

red 148 ◦ green 144 ◦ blue 89

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

Shades of Bandicoot #949059

Tints of Bandicoot #949059

RGB

 RED value IS 148 (58.2% from 255) = 38.85%

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

 BLUE value IS 89 (35.16% from 255) = 23.36%

R = 38.85%
G = 37.8%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#949059 (or 0x949059) is known color: Bandicoot. HEX triplet: 94, 90 and 59. RGB value is (148,144,89). Sum of RGB (Red+Green+Blue) = 148+144+89=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #949059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949059 is #6B6FA6. Grayscale: #8B8B8B. Windows color (decimal): -7040935 or 5869716. OLE color: 5869716.

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

Color convert

RGB 148 144 89 -
CMYK 0 0.03 0.40 0.42
HSL 55.93º 0.25% 0.46% -
HSV(B) 55.93º 0.4% 0.58% -
XYZ 23.99 26.96 13.39 -
YUV 138.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 148 144 89 0 0.03 0.40 0.42 55.93 0.25 0.46
Hex 94 90 59 0 3 28 2A 38 19 2E
Octal 224 220 131 0 3 50 52 70 31 56
Binary 10010100 10010000 1011001 0 11 101000 101010 111000 11001 101110

Color Harmonies of #949059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949059

Black with #949059

Text Example


Text Example

White with #949059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949059; }

 p { color: rgb(148,144,89); }

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

background-color css

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

 a { background-color: rgb(148,144,89); }

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

border-color css

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

 span { border-color: rgb(148,144,89); }

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