Html Css Color HEX #959053 Highball

📋 copy color: '#959053'

red 149 ◦ green 144 ◦ blue 83

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

Shades of Highball #959053

Tints of Highball #959053

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.3%

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

R = 39.63%
G = 38.3%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#959053 (or 0x959053) is known color: Highball. HEX triplet: 95, 90 and 53. RGB value is (149,144,83). Sum of RGB (Red+Green+Blue) = 149+144+83=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #959053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959053 is #6A6FAC. Grayscale: #8A8A8A. Windows color (decimal): -6975405 or 5476501. OLE color: 5476501.

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

Color convert

RGB 149 144 83 -
CMYK 0 0.03 0.44 0.42
HSL 55.45º 0.28% 0.45% -
HSV(B) 55.45º 0.44% 0.58% -
XYZ 23.93 26.96 12.13 -
YUV 138.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 149 144 83 0 0.03 0.44 0.42 55.45 0.28 0.45
Hex 95 90 53 0 3 2C 2A 37 1C 2D
Octal 225 220 123 0 3 54 52 67 34 55
Binary 10010101 10010000 1010011 0 11 101100 101010 110111 11100 101101

Color Harmonies of #959053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959053

Black with #959053

Text Example


Text Example

White with #959053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959053; }

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

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

background-color css

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

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

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

border-color css

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

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

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