Html Css Color HEX #958D31 Highball

📋 copy color: '#958D31'

red 149 ◦ green 141 ◦ blue 49

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

Shades of Highball #958D31

Tints of Highball #958D31

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.59%

 BLUE value IS 49 (19.53% from 255) = 14.45%

R = 43.95%
G = 41.59%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#958D31 (or 0x958D31) is known color: Highball. HEX triplet: 95, 8D and 31. RGB value is (149,141,49). Sum of RGB (Red+Green+Blue) = 149+141+49=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #958D31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958D31 is #6A72CE. Grayscale: #858585. Windows color (decimal): -6976207 or 3247509. OLE color: 3247509.

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

Color convert

RGB 149 141 49 -
CMYK 0 0.05 0.67 0.42
HSL 55.2º 0.51% 0.39% -
HSV(B) 55.2º 0.67% 0.58% -
XYZ 22.47 25.66 6.67 -
YUV 132.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 149 141 49 0 0.05 0.67 0.42 55.2 0.51 0.39
Hex 95 8D 31 0 5 43 2A 37 33 27
Octal 225 215 61 0 5 103 52 67 63 47
Binary 10010101 10001101 110001 0 101 1000011 101010 110111 110011 100111

Color Harmonies of #958D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D31

Black with #958D31

Text Example


Text Example

White with #958D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,141,49); }

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

background-color css

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

 a { background-color: rgb(149,141,49); }

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

border-color css

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

 span { border-color: rgb(149,141,49); }

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