Html Css Color HEX #959444 Highball

📋 copy color: '#959444'

red 149 ◦ green 148 ◦ blue 68

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

Shades of Highball #959444

Tints of Highball #959444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.63%

R = 40.82%
G = 40.55%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#959444 (or 0x959444) is known color: Highball. HEX triplet: 95, 94 and 44. RGB value is (149,148,68). Sum of RGB (Red+Green+Blue) = 149+148+68=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #959444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959444 is #6A6BBB. Grayscale: #8B8B8B. Windows color (decimal): -6974396 or 4494485. OLE color: 4494485.

HSL color Cylindrical-coordinate representation of color #959444: hue angle of 59.26º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #959444 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 148 68 -
CMYK 0 0.01 0.54 0.42
HSL 59.26º 0.37% 0.43% -
HSV(B) 59.26º 0.54% 0.58% -
XYZ 24.03 27.99 9.6 -
YUV 139.18 87.83 135 -
System Red Green Blue C M Y K H S L
Decimal 149 148 68 0 0.01 0.54 0.42 59.26 0.37 0.43
Hex 95 94 44 0 1 36 2A 3B 25 2B
Octal 225 224 104 0 1 66 52 73 45 53
Binary 10010101 10010100 1000100 0 1 110110 101010 111011 100101 101011

Color Harmonies of #959444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959444

Black with #959444

Text Example


Text Example

White with #959444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959444; }

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

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

background-color css

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

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

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

border-color css

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

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

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