Html Css Color HEX #959450 Highball

📋 copy color: '#959450'

red 149 ◦ green 148 ◦ blue 80

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

Shades of Highball #959450

Tints of Highball #959450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.26%

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

R = 39.52%
G = 39.26%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#959450 (or 0x959450) is known color: Highball. HEX triplet: 95, 94 and 50. RGB value is (149,148,80). Sum of RGB (Red+Green+Blue) = 149+148+80=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #959450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959450 is #6A6BAF. Grayscale: #8C8C8C. Windows color (decimal): -6974384 or 5280917. OLE color: 5280917.

HSL color Cylindrical-coordinate representation of color #959450: hue angle of 59.13º 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 #959450 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 148 80 -
CMYK 0 0.01 0.46 0.42
HSL 59.13º 0.3% 0.45% -
HSV(B) 59.13º 0.46% 0.58% -
XYZ 24.43 28.15 11.73 -
YUV 140.55 93.83 134.03 -
System Red Green Blue C M Y K H S L
Decimal 149 148 80 0 0.01 0.46 0.42 59.13 0.3 0.45
Hex 95 94 50 0 1 2E 2A 3B 1E 2D
Octal 225 224 120 0 1 56 52 73 36 55
Binary 10010101 10010100 1010000 0 1 101110 101010 111011 11110 101101

Color Harmonies of #959450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959450

Black with #959450

Text Example


Text Example

White with #959450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959450; }

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

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

background-color css

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

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

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

border-color css

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

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

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