Html Css Color HEX #958F50 Highball

📋 copy color: '#958F50'

red 149 ◦ green 143 ◦ blue 80

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

Shades of Highball #958F50

Tints of Highball #958F50

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.44%

 BLUE value IS 80 (31.64% from 255) = 21.51%

R = 40.05%
G = 38.44%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#958F50 (or 0x958F50) is known color: Highball. HEX triplet: 95, 8F and 50. RGB value is (149,143,80). Sum of RGB (Red+Green+Blue) = 149+143+80=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #958F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F50 is #6A70AF. Grayscale: #898989. Windows color (decimal): -6975664 or 5279637. OLE color: 5279637.

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

Color convert

RGB 149 143 80 -
CMYK 0 0.04 0.46 0.42
HSL 54.78º 0.3% 0.45% -
HSV(B) 54.78º 0.46% 0.58% -
XYZ 23.66 26.61 11.48 -
YUV 137.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 149 143 80 0 0.04 0.46 0.42 54.78 0.3 0.45
Hex 95 8F 50 0 4 2E 2A 37 1E 2D
Octal 225 217 120 0 4 56 52 67 36 55
Binary 10010101 10001111 1010000 0 100 101110 101010 110111 11110 101101

Color Harmonies of #958F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958F50

Black with #958F50

Text Example


Text Example

White with #958F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,143,80); }

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

background-color css

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

 a { background-color: rgb(149,143,80); }

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

border-color css

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

 span { border-color: rgb(149,143,80); }

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