Html Css Color HEX #958E4B Highball

📋 copy color: '#958E4B'

red 149 ◦ green 142 ◦ blue 75

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

Shades of Highball #958E4B

Tints of Highball #958E4B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.8%

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

R = 40.71%
G = 38.8%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#958E4B (or 0x958E4B) is known color: Highball. HEX triplet: 95, 8E and 4B. RGB value is (149,142,75). Sum of RGB (Red+Green+Blue) = 149+142+75=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #958E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E4B is #6A71B4. Grayscale: #888888. Windows color (decimal): -6975925 or 4951701. OLE color: 4951701.

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

Color convert

RGB 149 142 75 -
CMYK 0 0.05 0.50 0.42
HSL 54.32º 0.33% 0.44% -
HSV(B) 54.32º 0.5% 0.58% -
XYZ 23.34 26.24 10.49 -
YUV 136.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 149 142 75 0 0.05 0.50 0.42 54.32 0.33 0.44
Hex 95 8E 4B 0 5 32 2A 36 21 2C
Octal 225 216 113 0 5 62 52 66 41 54
Binary 10010101 10001110 1001011 0 101 110010 101010 110110 100001 101100

Color Harmonies of #958E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E4B

Black with #958E4B

Text Example


Text Example

White with #958E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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