Html Css Color HEX #958E5D Bandicoot

📋 copy color: '#958E5D'

red 149 ◦ green 142 ◦ blue 93

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

Shades of Bandicoot #958E5D

Tints of Bandicoot #958E5D

RGB

 RED value IS 149 (58.59% from 255) = 38.8%

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

 BLUE value IS 93 (36.72% from 255) = 24.22%

R = 38.8%
G = 36.98%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#958E5D (or 0x958E5D) is known color: Bandicoot. HEX triplet: 95, 8E and 5D. RGB value is (149,142,93). Sum of RGB (Red+Green+Blue) = 149+142+93=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #958E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E5D is #6A71A2. Grayscale: #8A8A8A. Windows color (decimal): -6975907 or 6131349. OLE color: 6131349.

HSL color Cylindrical-coordinate representation of color #958E5D: hue angle of 52.5º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #958E5D is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 142 93 -
CMYK 0 0.05 0.38 0.42
HSL 52.5º 0.23% 0.47% -
HSV(B) 52.5º 0.38% 0.58% -
XYZ 24.04 26.53 14.21 -
YUV 138.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 149 142 93 0 0.05 0.38 0.42 52.5 0.23 0.47
Hex 95 8E 5D 0 5 26 2A 34 17 2F
Octal 225 216 135 0 5 46 52 64 27 57
Binary 10010101 10001110 1011101 0 101 100110 101010 110100 10111 101111

Color Harmonies of #958E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E5D

Black with #958E5D

Text Example


Text Example

White with #958E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958E5D; }

 p { color: rgb(149,142,93); }

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

background-color css

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

 a { background-color: rgb(149,142,93); }

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

border-color css

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

 span { border-color: rgb(149,142,93); }

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