Html Css Color HEX #959246 Highball

📋 copy color: '#959246'

red 149 ◦ green 146 ◦ blue 70

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

Shades of Highball #959246

Tints of Highball #959246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.18%

R = 40.82%
G = 40%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#959246 (or 0x959246) is known color: Highball. HEX triplet: 95, 92 and 46. RGB value is (149,146,70). Sum of RGB (Red+Green+Blue) = 149+146+70=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #959246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959246 is #6A6DB9. Grayscale: #8A8A8A. Windows color (decimal): -6974906 or 4625045. OLE color: 4625045.

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

Color convert

RGB 149 146 70 -
CMYK 0 0.02 0.53 0.42
HSL 57.72º 0.36% 0.43% -
HSV(B) 57.72º 0.53% 0.58% -
XYZ 23.78 27.39 9.83 -
YUV 138.23 89.49 135.68 -
System Red Green Blue C M Y K H S L
Decimal 149 146 70 0 0.02 0.53 0.42 57.72 0.36 0.43
Hex 95 92 46 0 2 35 2A 3A 24 2B
Octal 225 222 106 0 2 65 52 72 44 53
Binary 10010101 10010010 1000110 0 10 110101 101010 111010 100100 101011

Color Harmonies of #959246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959246

Black with #959246

Text Example


Text Example

White with #959246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959246; }

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

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

background-color css

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

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

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

border-color css

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

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

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