Html Css Color HEX #9CA595 Delta

📋 copy color: '#9CA595'

red 156 ◦ green 165 ◦ blue 149

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

Shades of Delta #9CA595

Tints of Delta #9CA595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.11%

 BLUE value IS 149 (58.59% from 255) = 31.7%

R = 33.19%
G = 35.11%
B = 31.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#9CA595 (or 0x9CA595) is known color: Delta. HEX triplet: 9C, A5 and 95. RGB value is (156,165,149). Sum of RGB (Red+Green+Blue) = 156+165+149=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA595 is #635A6A. Grayscale: #A0A0A0. Windows color (decimal): -6511211 or 9807260. OLE color: 9807260.

HSL color Cylindrical-coordinate representation of color #9CA595: hue angle of 93.75º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CA595 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 165 149 -
CMYK 0.05 0 0.10 0.35
HSL 93.75º 0.08% 0.62% -
HSV(B) 93.75º 0.1% 0.65% -
XYZ 32.59 36.15 33.69 -
YUV 160.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 156 165 149 0.05 0 0.10 0.35 93.75 0.08 0.62
Hex 9C A5 95 5 0 A 23 5E 8 3E
Octal 234 245 225 5 0 12 43 136 10 76
Binary 10011100 10100101 10010101 101 0 1010 100011 1011110 1000 111110

Color Harmonies of #9CA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA595

Black with #9CA595

Text Example


Text Example

White with #9CA595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,165,149); }

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

background-color css

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

 a { background-color: rgb(156,165,149); }

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

border-color css

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

 span { border-color: rgb(156,165,149); }

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