Html Css Color HEX #9CA195 Delta

📋 copy color: '#9CA195'

red 156 ◦ green 161 ◦ blue 149

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

Shades of Delta #9CA195

Tints of Delta #9CA195

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.55%

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

R = 33.48%
G = 34.55%
B = 31.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#9CA195 (or 0x9CA195) is known color: Delta. HEX triplet: 9C, A1 and 95. RGB value is (156,161,149). Sum of RGB (Red+Green+Blue) = 156+161+149=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA195 is #635E6A. Grayscale: #9E9E9E. Windows color (decimal): -6512235 or 9806236. OLE color: 9806236.

HSL color Cylindrical-coordinate representation of color #9CA195: hue angle of 85º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9CA195 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 156 161 149 -
CMYK 0.03 0 0.07 0.37
HSL 85º 0.06% 0.61% -
HSV(B) 85º 0.07% 0.63% -
XYZ 31.88 34.73 33.46 -
YUV 158.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 156 161 149 0.03 0 0.07 0.37 85 0.06 0.61
Hex 9C A1 95 3 0 7 25 55 6 3D
Octal 234 241 225 3 0 7 45 125 6 75
Binary 10011100 10100001 10010101 11 0 111 100101 1010101 110 111101

Color Harmonies of #9CA195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA195

Black with #9CA195

Text Example


Text Example

White with #9CA195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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