Html Css Color HEX #9CA493 Delta

📋 copy color: '#9CA493'

red 156 ◦ green 164 ◦ blue 147

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

Shades of Delta #9CA493

Tints of Delta #9CA493

RGB

 RED value IS 156 (61.33% from 255) = 33.4%

 GREEN value IS 164 (64.45% from 255) = 35.12%

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

R = 33.4%
G = 35.12%
B = 31.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#9CA493 (or 0x9CA493) is known color: Delta. HEX triplet: 9C, A4 and 93. RGB value is (156,164,147). Sum of RGB (Red+Green+Blue) = 156+164+147=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA493 is #635B6C. Grayscale: #9F9F9F. Windows color (decimal): -6511469 or 9675932. OLE color: 9675932.

HSL color Cylindrical-coordinate representation of color #9CA493: hue angle of 88.24º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CA493 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 164 147 -
CMYK 0.05 0 0.10 0.36
HSL 88.24º 0.09% 0.61% -
HSV(B) 88.24º 0.1% 0.64% -
XYZ 32.25 35.73 32.8 -
YUV 159.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 156 164 147 0.05 0 0.10 0.36 88.24 0.09 0.61
Hex 9C A4 93 5 0 A 24 58 9 3D
Octal 234 244 223 5 0 12 44 130 11 75
Binary 10011100 10100100 10010011 101 0 1010 100100 1011000 1001 111101

Color Harmonies of #9CA493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA493

Black with #9CA493

Text Example


Text Example

White with #9CA493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CA493; }

 p { color: rgb(156,164,147); }

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

background-color css

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

 a { background-color: rgb(156,164,147); }

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

border-color css

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

 span { border-color: rgb(156,164,147); }

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