Html Css Color HEX #9CA48D Delta

📋 copy color: '#9CA48D'

red 156 ◦ green 164 ◦ blue 141

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

Shades of Delta #9CA48D

Tints of Delta #9CA48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 33.84%
G = 35.57%
B = 30.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#9CA48D (or 0x9CA48D) is known color: Delta. HEX triplet: 9C, A4 and 8D. RGB value is (156,164,141). Sum of RGB (Red+Green+Blue) = 156+164+141=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA48D is #635B72. Grayscale: #9F9F9F. Windows color (decimal): -6511475 or 9282716. OLE color: 9282716.

HSL color Cylindrical-coordinate representation of color #9CA48D: hue angle of 80.87º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9CA48D is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 164 141 -
CMYK 0.05 0 0.14 0.36
HSL 80.87º 0.11% 0.6% -
HSV(B) 80.87º 0.14% 0.64% -
XYZ 31.79 35.54 30.38 -
YUV 158.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 156 164 141 0.05 0 0.14 0.36 80.87 0.11 0.6
Hex 9C A4 8D 5 0 E 24 51 B 3C
Octal 234 244 215 5 0 16 44 121 13 74
Binary 10011100 10100100 10001101 101 0 1110 100100 1010001 1011 111100

Color Harmonies of #9CA48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA48D

Black with #9CA48D

Text Example


Text Example

White with #9CA48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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