Html Css Color HEX #959352 Highball

📋 copy color: '#959352'

red 149 ◦ green 147 ◦ blue 82

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

Shades of Highball #959352

Tints of Highball #959352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.69%

R = 39.42%
G = 38.89%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#959352 (or 0x959352) is known color: Highball. HEX triplet: 95, 93 and 52. RGB value is (149,147,82). Sum of RGB (Red+Green+Blue) = 149+147+82=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #959352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959352 is #6A6CAD. Grayscale: #8C8C8C. Windows color (decimal): -6974638 or 5411733. OLE color: 5411733.

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

Color convert

RGB 149 147 82 -
CMYK 0 0.01 0.45 0.42
HSL 58.21º 0.29% 0.45% -
HSV(B) 58.21º 0.45% 0.58% -
XYZ 24.35 27.87 12.08 -
YUV 140.19 95.16 134.29 -
System Red Green Blue C M Y K H S L
Decimal 149 147 82 0 0.01 0.45 0.42 58.21 0.29 0.45
Hex 95 93 52 0 1 2D 2A 3A 1D 2D
Octal 225 223 122 0 1 55 52 72 35 55
Binary 10010101 10010011 1010010 0 1 101101 101010 111010 11101 101101

Color Harmonies of #959352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959352

Black with #959352

Text Example


Text Example

White with #959352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959352; }

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

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

background-color css

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

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

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

border-color css

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

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

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