Html Css Color HEX #959150 Highball

📋 copy color: '#959150'

red 149 ◦ green 145 ◦ blue 80

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

Shades of Highball #959150

Tints of Highball #959150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.77%

 BLUE value IS 80 (31.64% from 255) = 21.39%

R = 39.84%
G = 38.77%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#959150 (or 0x959150) is known color: Highball. HEX triplet: 95, 91 and 50. RGB value is (149,145,80). Sum of RGB (Red+Green+Blue) = 149+145+80=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #959150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959150 is #6A6EAF. Grayscale: #8B8B8B. Windows color (decimal): -6975152 or 5280149. OLE color: 5280149.

HSL color Cylindrical-coordinate representation of color #959150: hue angle of 56.52º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #959150 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 145 80 -
CMYK 0 0.03 0.46 0.42
HSL 56.52º 0.3% 0.45% -
HSV(B) 56.52º 0.46% 0.58% -
XYZ 23.97 27.22 11.58 -
YUV 138.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 149 145 80 0 0.03 0.46 0.42 56.52 0.3 0.45
Hex 95 91 50 0 3 2E 2A 39 1E 2D
Octal 225 221 120 0 3 56 52 71 36 55
Binary 10010101 10010001 1010000 0 11 101110 101010 111001 11110 101101

Color Harmonies of #959150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959150

Black with #959150

Text Example


Text Example

White with #959150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959150; }

 p { color: rgb(149,145,80); }

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

background-color css

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

 a { background-color: rgb(149,145,80); }

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

border-color css

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

 span { border-color: rgb(149,145,80); }

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