Html Css Color HEX #959290 Zorba

📋 copy color: '#959290'

red 149 ◦ green 146 ◦ blue 144

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

Shades of Zorba #959290

Tints of Zorba #959290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.26%

 BLUE value IS 144 (56.64% from 255) = 32.8%

R = 33.94%
G = 33.26%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#959290 (or 0x959290) is known color: Zorba. HEX triplet: 95, 92 and 90. RGB value is (149,146,144). Sum of RGB (Red+Green+Blue) = 149+146+144=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 149 - color contains mainly: red. Hex color #959290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959290 is #6A6D6F. Grayscale: #929292. Windows color (decimal): -6974832 or 9474709. OLE color: 9474709.

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

Color convert

RGB 149 146 144 -
CMYK 0 0.02 0.03 0.42
HSL 24º 0.02% 0.57% -
HSV(B) 24º 0.03% 0.58% -
XYZ 27.71 28.96 30.52 -
YUV 146.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 149 146 144 0 0.02 0.03 0.42 24 0.02 0.57
Hex 95 92 90 0 2 3 2A 18 2 39
Octal 225 222 220 0 2 3 52 30 2 71
Binary 10010101 10010010 10010000 0 10 11 101010 11000 10 111001

Color Harmonies of #959290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959290

Black with #959290

Text Example


Text Example

White with #959290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959290; }

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

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

background-color css

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

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

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

border-color css

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

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

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