Html Css Color HEX #958B4B Highball

📋 copy color: '#958B4B'

red 149 ◦ green 139 ◦ blue 75

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

Shades of Highball #958B4B

Tints of Highball #958B4B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.29%

 BLUE value IS 75 (29.69% from 255) = 20.66%

R = 41.05%
G = 38.29%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#958B4B (or 0x958B4B) is known color: Highball. HEX triplet: 95, 8B and 4B. RGB value is (149,139,75). Sum of RGB (Red+Green+Blue) = 149+139+75=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #958B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958B4B is #6A74B4. Grayscale: #868686. Windows color (decimal): -6976693 or 4950933. OLE color: 4950933.

HSL color Cylindrical-coordinate representation of color #958B4B: hue angle of 51.89º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #958B4B is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 139 75 -
CMYK 0 0.07 0.50 0.42
HSL 51.89º 0.33% 0.44% -
HSV(B) 51.89º 0.5% 0.58% -
XYZ 22.9 25.36 10.35 -
YUV 134.69 94.31 138.2 -
System Red Green Blue C M Y K H S L
Decimal 149 139 75 0 0.07 0.50 0.42 51.89 0.33 0.44
Hex 95 8B 4B 0 7 32 2A 34 21 2C
Octal 225 213 113 0 7 62 52 64 41 54
Binary 10010101 10001011 1001011 0 111 110010 101010 110100 100001 101100

Color Harmonies of #958B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958B4B

Black with #958B4B

Text Example


Text Example

White with #958B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,139,75); }

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

background-color css

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

 a { background-color: rgb(149,139,75); }

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

border-color css

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

 span { border-color: rgb(149,139,75); }

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