Html Css Color HEX #9CA18C Delta

📋 copy color: '#9CA18C'

red 156 ◦ green 161 ◦ blue 140

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

Shades of Delta #9CA18C

Tints of Delta #9CA18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.63%

R = 34.14%
G = 35.23%
B = 30.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#9CA18C (or 0x9CA18C) is known color: Delta. HEX triplet: 9C, A1 and 8C. RGB value is (156,161,140). Sum of RGB (Red+Green+Blue) = 156+161+140=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA18C is #635E73. Grayscale: #9D9D9D. Windows color (decimal): -6512244 or 9216412. OLE color: 9216412.

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

Color convert

RGB 156 161 140 -
CMYK 0.03 0 0.13 0.37
HSL 74.29º 0.1% 0.59% -
HSV(B) 74.29º 0.13% 0.63% -
XYZ 31.19 34.45 29.82 -
YUV 157.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 156 161 140 0.03 0 0.13 0.37 74.29 0.1 0.59
Hex 9C A1 8C 3 0 D 25 4A A 3B
Octal 234 241 214 3 0 15 45 112 12 73
Binary 10011100 10100001 10001100 11 0 1101 100101 1001010 1010 111011

Color Harmonies of #9CA18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA18C

Black with #9CA18C

Text Example


Text Example

White with #9CA18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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