Html Css Color HEX #958C31 Highball

📋 copy color: '#958C31'

red 149 ◦ green 140 ◦ blue 49

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

Shades of Highball #958C31

Tints of Highball #958C31

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.42%

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

R = 44.08%
G = 41.42%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#958C31 (or 0x958C31) is known color: Highball. HEX triplet: 95, 8C and 31. RGB value is (149,140,49). Sum of RGB (Red+Green+Blue) = 149+140+49=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #958C31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958C31 is #6A73CE. Grayscale: #848484. Windows color (decimal): -6976463 or 3247253. OLE color: 3247253.

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

Color convert

RGB 149 140 49 -
CMYK 0 0.06 0.67 0.42
HSL 54.6º 0.51% 0.39% -
HSV(B) 54.6º 0.67% 0.58% -
XYZ 22.33 25.37 6.63 -
YUV 132.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 149 140 49 0 0.06 0.67 0.42 54.6 0.51 0.39
Hex 95 8C 31 0 6 43 2A 37 33 27
Octal 225 214 61 0 6 103 52 67 63 47
Binary 10010101 10001100 110001 0 110 1000011 101010 110111 110011 100111

Color Harmonies of #958C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958C31

Black with #958C31

Text Example


Text Example

White with #958C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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