Html Css Color HEX #958B4E Highball

📋 copy color: '#958B4E'

red 149 ◦ green 139 ◦ blue 78

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

Shades of Highball #958B4E

Tints of Highball #958B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.31%

R = 40.71%
G = 37.98%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#958B4E (or 0x958B4E) is known color: Highball. HEX triplet: 95, 8B and 4E. RGB value is (149,139,78). Sum of RGB (Red+Green+Blue) = 149+139+78=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #958B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B4E is #6A74B1. Grayscale: #878787. Windows color (decimal): -6976690 or 5147541. OLE color: 5147541.

HSL color Cylindrical-coordinate representation of color #958B4E: hue angle of 51.55º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #958B4E is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 139 78 -
CMYK 0 0.07 0.48 0.42
HSL 51.55º 0.31% 0.45% -
HSV(B) 51.55º 0.48% 0.58% -
XYZ 23 25.4 10.9 -
YUV 135.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 149 139 78 0 0.07 0.48 0.42 51.55 0.31 0.45
Hex 95 8B 4E 0 7 30 2A 34 1F 2D
Octal 225 213 116 0 7 60 52 64 37 55
Binary 10010101 10001011 1001110 0 111 110000 101010 110100 11111 101101

Color Harmonies of #958B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958B4E

Black with #958B4E

Text Example


Text Example

White with #958B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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