Html Css Color HEX #958F4A Highball

📋 copy color: '#958F4A'

red 149 ◦ green 143 ◦ blue 74

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

Shades of Highball #958F4A

Tints of Highball #958F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.22%

R = 40.71%
G = 39.07%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#958F4A (or 0x958F4A) is known color: Highball. HEX triplet: 95, 8F and 4A. RGB value is (149,143,74). Sum of RGB (Red+Green+Blue) = 149+143+74=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #958F4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958F4A is #6A70B5. Grayscale: #898989. Windows color (decimal): -6975670 or 4886421. OLE color: 4886421.

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

Color convert

RGB 149 143 74 -
CMYK 0 0.04 0.50 0.42
HSL 55.2º 0.34% 0.44% -
HSV(B) 55.2º 0.5% 0.58% -
XYZ 23.45 26.53 10.36 -
YUV 136.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 149 143 74 0 0.04 0.50 0.42 55.2 0.34 0.44
Hex 95 8F 4A 0 4 32 2A 37 22 2C
Octal 225 217 112 0 4 62 52 67 42 54
Binary 10010101 10001111 1001010 0 100 110010 101010 110111 100010 101100

Color Harmonies of #958F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958F4A

Black with #958F4A

Text Example


Text Example

White with #958F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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