Html Css Color HEX #958A47 Highball

📋 copy color: '#958A47'

red 149 ◦ green 138 ◦ blue 71

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

Shades of Highball #958A47

Tints of Highball #958A47

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.55%

 BLUE value IS 71 (28.13% from 255) = 19.83%

R = 41.62%
G = 38.55%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#958A47 (or 0x958A47) is known color: Highball. HEX triplet: 95, 8A and 47. RGB value is (149,138,71). Sum of RGB (Red+Green+Blue) = 149+138+71=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #958A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958A47 is #6A75B8. Grayscale: #858585. Windows color (decimal): -6976953 or 4688533. OLE color: 4688533.

HSL color Cylindrical-coordinate representation of color #958A47: hue angle of 51.54º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #958A47 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 138 71 -
CMYK 0 0.07 0.52 0.42
HSL 51.54º 0.35% 0.43% -
HSV(B) 51.54º 0.52% 0.58% -
XYZ 22.62 25.02 9.6 -
YUV 133.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 149 138 71 0 0.07 0.52 0.42 51.54 0.35 0.43
Hex 95 8A 47 0 7 34 2A 34 23 2B
Octal 225 212 107 0 7 64 52 64 43 53
Binary 10010101 10001010 1000111 0 111 110100 101010 110100 100011 101011

Color Harmonies of #958A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A47

Black with #958A47

Text Example


Text Example

White with #958A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,138,71); }

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

background-color css

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

 a { background-color: rgb(149,138,71); }

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

border-color css

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

 span { border-color: rgb(149,138,71); }

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