Html Css Color HEX #959334 Highball

📋 copy color: '#959334'

red 149 ◦ green 147 ◦ blue 52

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

Shades of Highball #959334

Tints of Highball #959334

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.24%

 BLUE value IS 52 (20.7% from 255) = 14.94%

R = 42.82%
G = 42.24%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#959334 (or 0x959334) is known color: Highball. HEX triplet: 95, 93 and 34. RGB value is (149,147,52). Sum of RGB (Red+Green+Blue) = 149+147+52=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #959334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959334 is #6A6CCB. Grayscale: #898989. Windows color (decimal): -6974668 or 3445653. OLE color: 3445653.

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

Color convert

RGB 149 147 52 -
CMYK 0 0.01 0.65 0.42
HSL 58.76º 0.48% 0.39% -
HSV(B) 58.76º 0.65% 0.58% -
XYZ 23.45 27.5 7.32 -
YUV 136.77 80.16 136.72 -
System Red Green Blue C M Y K H S L
Decimal 149 147 52 0 0.01 0.65 0.42 58.76 0.48 0.39
Hex 95 93 34 0 1 41 2A 3B 30 27
Octal 225 223 64 0 1 101 52 73 60 47
Binary 10010101 10010011 110100 0 1 1000001 101010 111011 110000 100111

Color Harmonies of #959334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959334

Black with #959334

Text Example


Text Example

White with #959334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959334; }

 p { color: rgb(149,147,52); }

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

background-color css

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

 a { background-color: rgb(149,147,52); }

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

border-color css

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

 span { border-color: rgb(149,147,52); }

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