Html Css Color HEX #958E3B Highball

📋 copy color: '#958E3B'

red 149 ◦ green 142 ◦ blue 59

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

Shades of Highball #958E3B

Tints of Highball #958E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.86%

R = 42.57%
G = 40.57%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#958E3B (or 0x958E3B) is known color: Highball. HEX triplet: 95, 8E and 3B. RGB value is (149,142,59). Sum of RGB (Red+Green+Blue) = 149+142+59=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #958E3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E3B is #6A71C4. Grayscale: #868686. Windows color (decimal): -6975941 or 3903125. OLE color: 3903125.

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

Color convert

RGB 149 142 59 -
CMYK 0 0.05 0.60 0.42
HSL 55.33º 0.43% 0.41% -
HSV(B) 55.33º 0.6% 0.58% -
XYZ 22.86 26.05 7.96 -
YUV 134.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 149 142 59 0 0.05 0.60 0.42 55.33 0.43 0.41
Hex 95 8E 3B 0 5 3C 2A 37 2B 29
Octal 225 216 73 0 5 74 52 67 53 51
Binary 10010101 10001110 111011 0 101 111100 101010 110111 101011 101001

Color Harmonies of #958E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E3B

Black with #958E3B

Text Example


Text Example

White with #958E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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