Html Css Color HEX #958E41 Highball

📋 copy color: '#958E41'

red 149 ◦ green 142 ◦ blue 65

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

Shades of Highball #958E41

Tints of Highball #958E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.26%

R = 41.85%
G = 39.89%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#958E41 (or 0x958E41) is known color: Highball. HEX triplet: 95, 8E and 41. RGB value is (149,142,65). Sum of RGB (Red+Green+Blue) = 149+142+65=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #958E41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E41 is #6A71BE. Grayscale: #878787. Windows color (decimal): -6975935 or 4296341. OLE color: 4296341.

HSL color Cylindrical-coordinate representation of color #958E41: hue angle of 55º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #958E41 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 142 65 -
CMYK 0 0.05 0.56 0.42
HSL 55º 0.39% 0.42% -
HSV(B) 55º 0.56% 0.58% -
XYZ 23.02 26.12 8.83 -
YUV 135.32 88.32 137.76 -
System Red Green Blue C M Y K H S L
Decimal 149 142 65 0 0.05 0.56 0.42 55 0.39 0.42
Hex 95 8E 41 0 5 38 2A 37 27 2A
Octal 225 216 101 0 5 70 52 67 47 52
Binary 10010101 10001110 1000001 0 101 111000 101010 110111 100111 101010

Color Harmonies of #958E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E41

Black with #958E41

Text Example


Text Example

White with #958E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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