Html Css Color HEX #959452 Highball

📋 copy color: '#959452'

red 149 ◦ green 148 ◦ blue 82

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

Shades of Highball #959452

Tints of Highball #959452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.05%

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

R = 39.31%
G = 39.05%
B = 21.64%

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

#959452 (or 0x959452) is known color: Highball. HEX triplet: 95, 94 and 52. RGB value is (149,148,82). Sum of RGB (Red+Green+Blue) = 149+148+82=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #959452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959452 is #6A6BAD. Grayscale: #8D8D8D. Windows color (decimal): -6974382 or 5411989. OLE color: 5411989.

HSL color Cylindrical-coordinate representation of color #959452: hue angle of 59.1º 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 #959452 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 148 82 -
CMYK 0 0.01 0.45 0.42
HSL 59.1º 0.29% 0.45% -
HSV(B) 59.1º 0.45% 0.58% -
XYZ 24.51 28.18 12.13 -
YUV 140.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 149 148 82 0 0.01 0.45 0.42 59.1 0.29 0.45
Hex 95 94 52 0 1 2D 2A 3B 1D 2D
Octal 225 224 122 0 1 55 52 73 35 55
Binary 10010101 10010100 1010010 0 1 101101 101010 111011 11101 101101

Color Harmonies of #959452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959452

Black with #959452

Text Example


Text Example

White with #959452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959452; }

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

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

background-color css

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

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

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

border-color css

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

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

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