Html Css Color HEX #959240 Highball

📋 copy color: '#959240'

red 149 ◦ green 146 ◦ blue 64

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

Shades of Highball #959240

Tints of Highball #959240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.67%

 BLUE value IS 64 (25.39% from 255) = 17.83%

R = 41.5%
G = 40.67%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#959240 (or 0x959240) is known color: Highball. HEX triplet: 95, 92 and 40. RGB value is (149,146,64). Sum of RGB (Red+Green+Blue) = 149+146+64=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #959240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959240 is #6A6DBF. Grayscale: #898989. Windows color (decimal): -6974912 or 4231829. OLE color: 4231829.

HSL color Cylindrical-coordinate representation of color #959240: hue angle of 57.88º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #959240 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 146 64 -
CMYK 0 0.02 0.57 0.42
HSL 57.88º 0.4% 0.42% -
HSV(B) 57.88º 0.57% 0.58% -
XYZ 23.6 27.32 8.88 -
YUV 137.55 86.49 136.17 -
System Red Green Blue C M Y K H S L
Decimal 149 146 64 0 0.02 0.57 0.42 57.88 0.4 0.42
Hex 95 92 40 0 2 39 2A 3A 28 2A
Octal 225 222 100 0 2 71 52 72 50 52
Binary 10010101 10010010 1000000 0 10 111001 101010 111010 101000 101010

Color Harmonies of #959240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959240

Black with #959240

Text Example


Text Example

White with #959240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959240; }

 p { color: rgb(149,146,64); }

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

background-color css

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

 a { background-color: rgb(149,146,64); }

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

border-color css

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

 span { border-color: rgb(149,146,64); }

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