Html Css Color HEX #929493 Granny Smith

📋 copy color: '#929493'

red 146 ◦ green 148 ◦ blue 147

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

Shades of Granny Smith #929493

Tints of Granny Smith #929493

RGB

 RED value IS 146 (57.42% from 255) = 33.11%

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

 BLUE value IS 147 (57.81% from 255) = 33.33%

R = 33.11%
G = 33.56%
B = 33.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#929493 (or 0x929493) is known color: Granny Smith. HEX triplet: 92, 94 and 93. RGB value is (146,148,147). Sum of RGB (Red+Green+Blue) = 146+148+147=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 148 - color contains mainly: green. Hex color #929493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929493 is #6D6B6C. Grayscale: #939393. Windows color (decimal): -7170925 or 9671826. OLE color: 9671826.

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

Color convert

RGB 146 148 147 -
CMYK 0.01 0 0.01 0.42
HSL 150º 0.01% 0.58% -
HSV(B) 150º 0.01% 0.58% -
XYZ 27.71 29.4 31.82 -
YUV 147.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 146 148 147 0.01 0 0.01 0.42 150 0.01 0.58
Hex 92 94 93 1 0 1 2A 96 1 3A
Octal 222 224 223 1 0 1 52 226 1 72
Binary 10010010 10010100 10010011 1 0 1 101010 10010110 1 111010

Color Harmonies of #929493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929493

Black with #929493

Text Example


Text Example

White with #929493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929493; }

 p { color: rgb(146,148,147); }

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

background-color css

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

 a { background-color: rgb(146,148,147); }

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

border-color css

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

 span { border-color: rgb(146,148,147); }

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