Html Css Color HEX #958F4E Highball

📋 copy color: '#958F4E'

red 149 ◦ green 143 ◦ blue 78

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

Shades of Highball #958F4E

Tints of Highball #958F4E

RGB

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

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

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

R = 40.27%
G = 38.65%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#958F4E (or 0x958F4E) is known color: Highball. HEX triplet: 95, 8F and 4E. RGB value is (149,143,78). Sum of RGB (Red+Green+Blue) = 149+143+78=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #958F4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F4E is #6A70B1. Grayscale: #898989. Windows color (decimal): -6975666 or 5148565. OLE color: 5148565.

HSL color Cylindrical-coordinate representation of color #958F4E: hue angle of 54.93º 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 #958F4E is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 143 78 -
CMYK 0 0.04 0.48 0.42
HSL 54.93º 0.31% 0.45% -
HSV(B) 54.93º 0.48% 0.58% -
XYZ 23.59 26.58 11.1 -
YUV 137.38 94.49 136.29 -
System Red Green Blue C M Y K H S L
Decimal 149 143 78 0 0.04 0.48 0.42 54.93 0.31 0.45
Hex 95 8F 4E 0 4 30 2A 37 1F 2D
Octal 225 217 116 0 4 60 52 67 37 55
Binary 10010101 10001111 1001110 0 100 110000 101010 110111 11111 101101

Color Harmonies of #958F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958F4E

Black with #958F4E

Text Example


Text Example

White with #958F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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