Html Css Color HEX #959353 Highball

📋 copy color: '#959353'

red 149 ◦ green 147 ◦ blue 83

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

Shades of Highball #959353

Tints of Highball #959353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.9%

R = 39.31%
G = 38.79%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#959353 (or 0x959353) is known color: Highball. HEX triplet: 95, 93 and 53. RGB value is (149,147,83). Sum of RGB (Red+Green+Blue) = 149+147+83=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #959353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959353 is #6A6CAC. Grayscale: #8C8C8C. Windows color (decimal): -6974637 or 5477269. OLE color: 5477269.

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

Color convert

RGB 149 147 83 -
CMYK 0 0.01 0.44 0.42
HSL 58.18º 0.28% 0.45% -
HSV(B) 58.18º 0.44% 0.58% -
XYZ 24.39 27.88 12.28 -
YUV 140.3 95.66 134.2 -
System Red Green Blue C M Y K H S L
Decimal 149 147 83 0 0.01 0.44 0.42 58.18 0.28 0.45
Hex 95 93 53 0 1 2C 2A 3A 1C 2D
Octal 225 223 123 0 1 54 52 72 34 55
Binary 10010101 10010011 1010011 0 1 101100 101010 111010 11100 101101

Color Harmonies of #959353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959353

Black with #959353

Text Example


Text Example

White with #959353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959353; }

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

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

background-color css

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

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

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

border-color css

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

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

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